#0464A4

Color #0464A4 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0464A4

Tints of Cerulean #0464A4

Color information

#0464A4 (or 0x0464A4) is unknown color: approx Cerulean. HEX triplet: 04, 64 and A4. RGB value is (4,100,164). Sum of RGB (Red+Green+Blue) = 4+100+164=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 164 (64.45% from 255 or 61.19% from 268); Max value from RGB is 164 - color contains mainly: blue. Hex color #0464A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0464A4 is #FB9B5B. Grayscale: #4E4E4E. Windows color (decimal): -16489308 or 10773508. OLE color: 10773508.

HSL color Cylindrical-coordinate representation of color #0464A4: hue angle of 204º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0464A4 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4100164-
CMYK0.980.3900.36
HSL204º95.24%32.94%-
HSV(B)204º97.56%64.31%-
XYZ11.3111.8236.81-
YUV78.59176.274.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.49%
GREEN value IS 100 (39.45% from 255) = 37.31%
BLUE value IS 164 (64.45% from 255) = 61.19%
R=1.49%
G=37.31%
B=61.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal41001640.980.3900.3620495.2432.94
Hex464A46227024cc5f21
Octal41442441424704431413741
Binary10011001001010010011000101001110100100110011001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0464A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0464A4; }

 p { color: rgb(4,100,164); }

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

<style>
 a { background-color: #0464A4; }

 a { background-color: rgb(4,100,164); }

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

<style>
 span { border-color: #0464A4; }

 span { border-color: rgb(4,100,164); }

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