Html Css Color HEX #047492 Cerulean

📋 copy color: '#047492'

red 4 ◦ green 116 ◦ blue 146

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

Shades of Cerulean #047492

Tints of Cerulean #047492

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.61%

 BLUE value IS 146 (57.42% from 255) = 54.89%

R = 1.5%
G = 43.61%
B = 54.89%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#047492 (or 0x047492) is known color: Cerulean. HEX triplet: 04, 74 and 92. RGB value is (4,116,146). Sum of RGB (Red+Green+Blue) = 4+116+146=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #047492 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047492 is #FB8B6D. Grayscale: #555555. Windows color (decimal): -16485230 or 9597956. OLE color: 9597956.

HSL color Cylindrical-coordinate representation of color #047492: hue angle of 192.68º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047492 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 116 146 -
CMYK 0.97 0.21 0 0.43
HSL 192.68º 0.95% 0.29% -
HSV(B) 192.68º 0.97% 0.57% -
XYZ 11.48 14.59 29.41 -
YUV 85.93 161.89 69.56 -
System Red Green Blue C M Y K H S L
Decimal 4 116 146 0.97 0.21 0 0.43 192.68 0.95 0.29
Hex 4 74 92 61 15 0 2B C1 5F 1D
Octal 4 164 222 141 25 0 53 301 137 35
Binary 100 1110100 10010010 1100001 10101 0 101011 11000001 1011111 11101

Color Harmonies of #047492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047492

Black with #047492

Text Example


Text Example

White with #047492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047492; }

 p { color: rgb(4,116,146); }

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

background-color css

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

 a { background-color: rgb(4,116,146); }

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

border-color css

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

 span { border-color: rgb(4,116,146); }

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