#4494CB

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

Shades of Curious Blue #4494CB

Tints of Curious Blue #4494CB

Color information

#4494CB (or 0x4494CB) is unknown color: approx Curious Blue. HEX triplet: 44, 94 and CB. RGB value is (68,148,203). Sum of RGB (Red+Green+Blue) = 68+148+203=419 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.23% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #4494CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4494CB is #BB6B34. Grayscale: #828282. Windows color (decimal): -12282677 or 13341764. OLE color: 13341764.

HSL color Cylindrical-coordinate representation of color #4494CB: hue angle of 204.44º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4494CB is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB68148203-
CMYK0.670.2700.20
HSL204.44º56.49%53.14%-
HSV(B)204.44º66.5%79.61%-
XYZ23.7526.7260.41-
YUV130.3516983.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.23%
GREEN value IS 148 (58.20% from 255) = 35.32%
BLUE value IS 203 (79.69% from 255) = 48.45%
R=16.23%
G=35.32%
B=48.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal681482030.670.2700.20204.4456.4953.14
Hex4494CB431B014cc3835
Octal104224313103330243147065
Binary1000100100101001100101110000111101101010011001100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4494CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4494CB; }

 p { color: rgb(68,148,203); }

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

<style>
 a { background-color: #4494CB; }

 a { background-color: rgb(68,148,203); }

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

<style>
 span { border-color: #4494CB; }

 span { border-color: rgb(68,148,203); }

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