Html Css Color HEX #046F96 Cerulean

📋 copy color: '#046F96'

red 4 ◦ green 111 ◦ blue 150

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

Shades of Cerulean #046F96

Tints of Cerulean #046F96

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.89%

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

R = 1.51%
G = 41.89%
B = 56.6%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#046F96 (or 0x046F96) is known color: Cerulean. HEX triplet: 04, 6F and 96. RGB value is (4,111,150). Sum of RGB (Red+Green+Blue) = 4+111+150=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #046F96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046F96 is #FB9069. Grayscale: #535353. Windows color (decimal): -16486506 or 9858820. OLE color: 9858820.

HSL color Cylindrical-coordinate representation of color #046F96: hue angle of 196.03º 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 #046F96 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 4 111 150 -
CMYK 0.97 0.26 0 0.41
HSL 196.03º 0.95% 0.3% -
HSV(B) 196.03º 0.97% 0.59% -
XYZ 11.24 13.6 30.89 -
YUV 83.45 165.55 71.33 -
System Red Green Blue C M Y K H S L
Decimal 4 111 150 0.97 0.26 0 0.41 196.03 0.95 0.3
Hex 4 6F 96 61 1A 0 29 C4 5F 1E
Octal 4 157 226 141 32 0 51 304 137 36
Binary 100 1101111 10010110 1100001 11010 0 101001 11000100 1011111 11110

Color Harmonies of #046F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046F96

Black with #046F96

Text Example


Text Example

White with #046F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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