#498CC4

Color #498CC4 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #498CC4

Tints of Curious Blue #498CC4

Color information

#498CC4 (or 0x498CC4) is unknown color: approx Curious Blue. HEX triplet: 49, 8C and C4. RGB value is (73,140,196). Sum of RGB (Red+Green+Blue) = 73+140+196=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 196 (76.95% from 255 or 47.92% from 409); Max value from RGB is 196 - color contains mainly: blue. Hex color #498CC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498CC4 is #B6733B. Grayscale: #7E7E7E. Windows color (decimal): -11957052 or 12880969. OLE color: 12880969.

HSL color Cylindrical-coordinate representation of color #498CC4: hue angle of 207.32º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #498CC4 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB73140196-
CMYK0.630.2900.23
HSL207.32º51.04%52.75%-
HSV(B)207.32º62.76%76.86%-
XYZ22.0924.1655.72-
YUV126.35167.389.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 17.85%
GREEN value IS 140 (55.08% from 255) = 34.23%
BLUE value IS 196 (76.95% from 255) = 47.92%
R=17.85%
G=34.23%
B=47.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal731401960.630.2900.23207.3251.0452.75
Hex498CC43F1D017cf3335
Octal11121430477350273176365
Binary100100110001100110001001111111110101011111001111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498CC4; }

 p { color: rgb(73,140,196); }

 H1.HeaderClassName
 {
   color: #498CC4;
 }
 .AnyTagClassName
 {
   color: #498CC4;
 }
</style>
background-color css

<style>
 a { background-color: #498CC4; }

 a { background-color: rgb(73,140,196); }

 div.DivClassName
 {
   background-color: #498CC4;
 }
 .BgClassName
 {
   background-color: #498CC4;
 }
</style>
border-color css

<style>
 span { border-color: #498CC4; }

 span { border-color: rgb(73,140,196); }

 td.TdClassName
 {
   border-color: #498CC4;
 }
 .TagClassName
 {
   border-color: #498CC4;
 }
</style>