Html Css Color HEX #04468B Dark Cerulean

📋 copy color: '#04468B'

red 4 ◦ green 70 ◦ blue 139

#04468B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #04468B

Tints of Dark Cerulean #04468B

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 value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04468B (or 0x04468B) is known color: 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

RGB 4 70 139 -
CMYK 0.97 0.50 0 0.45
HSL 210.67º 0.94% 0.28% -
HSV(B) 210.67º 0.97% 0.55% -
XYZ 6.9 6.27 25.27 -
YUV 58.13 173.63 89.39 -
System Red Green Blue C M Y K H S L
Decimal 4 70 139 0.97 0.50 0 0.45 210.67 0.94 0.28
Hex 4 46 8B 61 32 0 2D D3 5E 1C
Octal 4 106 213 141 62 0 55 323 136 34
Binary 100 1000110 10001011 1100001 110010 0 101101 11010011 1011110 11100

Color Harmonies of #04468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04468B

Black with #04468B

Text Example


Text Example

White with #04468B

Text Example


Text Example

HTML Codes & Css Web 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>