Html Css Color HEX #004A6B Dark Cerulean

📋 copy color: '#004A6B'

red 0 ◦ green 74 ◦ blue 107

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

Shades of Dark Cerulean #004A6B

Tints of Dark Cerulean #004A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 59.12%

R = 0%
G = 40.88%
B = 59.12%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#004A6B (or 0x004A6B) is known color: Dark Cerulean. HEX triplet: 00, 4A and 6B. RGB value is (0,74,107). Sum of RGB (Red+Green+Blue) = 0+74+107=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 107 (42.19% from 255 or 59.12% from 181); Max value from RGB is 107 - color contains mainly: blue. Hex color #004A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004A6B is #FFB594. Grayscale: #373737. Windows color (decimal): -16758165 or 7031296. OLE color: 7031296.

HSL color Cylindrical-coordinate representation of color #004A6B: hue angle of 198.5º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A6B is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 0 74 107 -
CMYK 1 0.31 0 0.58
HSL 198.5º 1% 0.21% -
HSV(B) 198.5º 1% 0.42% -
XYZ 5.1 5.96 14.79 -
YUV 55.64 156.98 88.32 -
System Red Green Blue C M Y K H S L
Decimal 0 74 107 1 0.31 0 0.58 198.5 1 0.21
Hex 0 4A 6B 64 1F 0 3A C7 64 15
Octal 0 112 153 144 37 0 72 307 144 25
Binary 0 1001010 1101011 1100100 11111 0 111010 11000111 1100100 10101

Color Harmonies of #004A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004A6B

Black with #004A6B

Text Example


Text Example

White with #004A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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