#04468B

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

Shades of Dark Cerulean #04468B

Tints of Dark Cerulean #04468B

Color information

#04468B (or 0x04468B) is unknown color: approx Dark Cerulean. HEX triplet: 04, 46 and 8B. RGB value is (4,70,139). Sum of RGB (Red+Green+Blue) = 4+70+139=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 139 (54.69% from 255 or 65.26% from 213); Max value from RGB is 139 - color contains mainly: blue. Hex color #04468B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04468B is #FBB974. Grayscale: #393939. Windows color (decimal): -16497013 or 9127428. OLE color: 9127428.

HSL color Cylindrical-coordinate representation of color #04468B: hue angle of 210.67º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04468B is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB470139-
CMYK0.970.5000.45
HSL210.67º94.41%28.04%-
HSV(B)210.67º97.12%54.51%-
XYZ6.96.2725.27-
YUV58.13173.6389.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.88%
GREEN value IS 70 (27.73% from 255) = 32.86%
BLUE value IS 139 (54.69% from 255) = 65.26%
R=1.88%
G=32.86%
B=65.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4701390.970.5000.45210.6794.4128.04
Hex4468B613202Dd35e1c
Octal41062131416205532313634
Binary1001000110100010111100001110010010110111010011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04468B; }

 p { color: rgb(4,70,139); }

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

<style>
 a { background-color: #04468B; }

 a { background-color: rgb(4,70,139); }

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

<style>
 span { border-color: #04468B; }

 span { border-color: rgb(4,70,139); }

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