Html Css Color HEX #046996 Cerulean

📋 copy color: '#046996'

red 4 ◦ green 105 ◦ blue 150

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

Shades of Cerulean #046996

Tints of Cerulean #046996

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.54%

 BLUE value IS 150 (58.98% from 255) = 57.92%

R = 1.54%
G = 40.54%
B = 57.92%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#046996 (or 0x046996) is known color: Cerulean. HEX triplet: 04, 69 and 96. RGB value is (4,105,150). Sum of RGB (Red+Green+Blue) = 4+105+150=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 150 (58.98% from 255 or 57.92% from 259); Max value from RGB is 150 - color contains mainly: blue. Hex color #046996 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046996 is #FB9669. Grayscale: #4F4F4F. Windows color (decimal): -16488042 or 9857284. OLE color: 9857284.

HSL color Cylindrical-coordinate representation of color #046996: hue angle of 198.49º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046996 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 4 105 150 -
CMYK 0.97 0.30 0 0.41
HSL 198.49º 0.95% 0.3% -
HSV(B) 198.49º 0.97% 0.59% -
XYZ 10.61 12.33 30.68 -
YUV 79.93 167.54 73.84 -
System Red Green Blue C M Y K H S L
Decimal 4 105 150 0.97 0.30 0 0.41 198.49 0.95 0.3
Hex 4 69 96 61 1E 0 29 C6 5F 1E
Octal 4 151 226 141 36 0 51 306 137 36
Binary 100 1101001 10010110 1100001 11110 0 101001 11000110 1011111 11110

Color Harmonies of #046996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046996

Black with #046996

Text Example


Text Example

White with #046996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046996; }

 p { color: rgb(4,105,150); }

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

background-color css

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

 a { background-color: rgb(4,105,150); }

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

border-color css

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

 span { border-color: rgb(4,105,150); }

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