Html Css Color HEX #046494 Cerulean

📋 copy color: '#046494'

red 4 ◦ green 100 ◦ blue 148

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

Shades of Cerulean #046494

Tints of Cerulean #046494

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.68%

 BLUE value IS 148 (58.2% from 255) = 58.73%

R = 1.59%
G = 39.68%
B = 58.73%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#046494 (or 0x046494) is known color: Cerulean. HEX triplet: 04, 64 and 94. RGB value is (4,100,148). Sum of RGB (Red+Green+Blue) = 4+100+148=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #046494 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046494 is #FB9B6B. Grayscale: #4C4C4C. Windows color (decimal): -16489324 or 9724932. OLE color: 9724932.

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

Color convert

RGB 4 100 148 -
CMYK 0.97 0.32 0 0.42
HSL 200º 0.95% 0.3% -
HSV(B) 200º 0.97% 0.58% -
XYZ 9.95 11.28 29.67 -
YUV 76.77 168.2 76.1 -
System Red Green Blue C M Y K H S L
Decimal 4 100 148 0.97 0.32 0 0.42 200 0.95 0.3
Hex 4 64 94 61 20 0 2A C8 5F 1E
Octal 4 144 224 141 40 0 52 310 137 36
Binary 100 1100100 10010100 1100001 100000 0 101010 11001000 1011111 11110

Color Harmonies of #046494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046494

Black with #046494

Text Example


Text Example

White with #046494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046494; }

 p { color: rgb(4,100,148); }

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

background-color css

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

 a { background-color: rgb(4,100,148); }

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

border-color css

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

 span { border-color: rgb(4,100,148); }

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