Html Css Color HEX #04468F Dark Cerulean

📋 copy color: '#04468F'

red 4 ◦ green 70 ◦ blue 143

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

Shades of Dark Cerulean #04468F

Tints of Dark Cerulean #04468F

RGB

 RED value IS 4 (1.95% from 255) = 1.84%

 GREEN value IS 70 (27.73% from 255) = 32.26%

 BLUE value IS 143 (56.25% from 255) = 65.9%

R = 1.84%
G = 32.26%
B = 65.9%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#04468F (or 0x04468F) is known color: Dark Cerulean. HEX triplet: 04, 46 and 8F. RGB value is (4,70,143). Sum of RGB (Red+Green+Blue) = 4+70+143=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 143 (56.25% from 255 or 65.90% from 217); Max value from RGB is 143 - color contains mainly: blue. Hex color #04468F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04468F is #FBB970. Grayscale: #3A3A3A. Windows color (decimal): -16497009 or 9389572. OLE color: 9389572.

HSL color Cylindrical-coordinate representation of color #04468F: hue angle of 211.51º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04468F is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 70 143 -
CMYK 0.97 0.51 0 0.44
HSL 211.51º 0.95% 0.29% -
HSV(B) 211.51º 0.97% 0.56% -
XYZ 7.2 6.39 26.84 -
YUV 58.59 175.63 89.06 -
System Red Green Blue C M Y K H S L
Decimal 4 70 143 0.97 0.51 0 0.44 211.51 0.95 0.29
Hex 4 46 8F 61 33 0 2C D4 5F 1D
Octal 4 106 217 141 63 0 54 324 137 35
Binary 100 1000110 10001111 1100001 110011 0 101100 11010100 1011111 11101

Color Harmonies of #04468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04468F

Black with #04468F

Text Example


Text Example

White with #04468F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04468F;
 }
 .AnyTagClassName
 {
   color: #04468F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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