Html Css Color HEX #004A6E Dark Cerulean

📋 copy color: '#004A6E'

red 0 ◦ green 74 ◦ blue 110

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

Shades of Dark Cerulean #004A6E

Tints of Dark Cerulean #004A6E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 74 (29.3% from 255) = 40.22%

 BLUE value IS 110 (43.36% from 255) = 59.78%

R = 0%
G = 40.22%
B = 59.78%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#004A6E (or 0x004A6E) is known color: Dark Cerulean. HEX triplet: 00, 4A and 6E. RGB value is (0,74,110). Sum of RGB (Red+Green+Blue) = 0+74+110=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 110 (43.36% from 255 or 59.78% from 184); Max value from RGB is 110 - color contains mainly: blue. Hex color #004A6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004A6E is #FFB591. Grayscale: #373737. Windows color (decimal): -16758162 or 7227904. OLE color: 7227904.

HSL color Cylindrical-coordinate representation of color #004A6E: hue angle of 199.64º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A6E is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 74 110 -
CMYK 1 0.33 0 0.57
HSL 199.64º 1% 0.22% -
HSV(B) 199.64º 1% 0.43% -
XYZ 5.26 6.02 15.64 -
YUV 55.98 158.48 88.07 -
System Red Green Blue C M Y K H S L
Decimal 0 74 110 1 0.33 0 0.57 199.64 1 0.22
Hex 0 4A 6E 64 21 0 39 C8 64 16
Octal 0 112 156 144 41 0 71 310 144 26
Binary 0 1001010 1101110 1100100 100001 0 111001 11001000 1100100 10110

Color Harmonies of #004A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004A6E

Black with #004A6E

Text Example


Text Example

White with #004A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004A6E; }

 p { color: rgb(0,74,110); }

 H1.HeaderClassName
 {
   color: #004A6E;
 }
 .AnyTagClassName
 {
   color: #004A6E;
 }
</style>

background-color css

<style>
 a { background-color: #004A6E; }

 a { background-color: rgb(0,74,110); }

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

border-color css

<style>
 span { border-color: #004A6E; }

 span { border-color: rgb(0,74,110); }

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