Html Css Color HEX #04468D Dark Cerulean

📋 copy color: '#04468D'

red 4 ◦ green 70 ◦ blue 141

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

Shades of Dark Cerulean #04468D

Tints of Dark Cerulean #04468D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 65.58%

R = 1.86%
G = 32.56%
B = 65.58%

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

#04468D (or 0x04468D) is known color: Dark Cerulean. HEX triplet: 04, 46 and 8D. RGB value is (4,70,141). Sum of RGB (Red+Green+Blue) = 4+70+141=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 141 (55.47% from 255 or 65.58% from 215); Max value from RGB is 141 - color contains mainly: blue. Hex color #04468D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04468D is #FBB972. Grayscale: #3A3A3A. Windows color (decimal): -16497011 or 9258500. OLE color: 9258500.

HSL color Cylindrical-coordinate representation of color #04468D: hue angle of 211.09º 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 #04468D is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 70 141 -
CMYK 0.97 0.50 0 0.45
HSL 211.09º 0.94% 0.28% -
HSV(B) 211.09º 0.97% 0.55% -
XYZ 7.05 6.33 26.05 -
YUV 58.36 174.63 89.23 -
System Red Green Blue C M Y K H S L
Decimal 4 70 141 0.97 0.50 0 0.45 211.09 0.94 0.28
Hex 4 46 8D 61 32 0 2D D3 5E 1C
Octal 4 106 215 141 62 0 55 323 136 34
Binary 100 1000110 10001101 1100001 110010 0 101101 11010011 1011110 11100

Color Harmonies of #04468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04468D

Black with #04468D

Text Example


Text Example

White with #04468D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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