Html Css Color HEX #047491 Cerulean

📋 copy color: '#047491'

red 4 ◦ green 116 ◦ blue 145

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

Shades of Cerulean #047491

Tints of Cerulean #047491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 54.72%

R = 1.51%
G = 43.77%
B = 54.72%

CMYK

 C value IS 0.97

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#047491 (or 0x047491) is known color: Cerulean. HEX triplet: 04, 74 and 91. RGB value is (4,116,145). Sum of RGB (Red+Green+Blue) = 4+116+145=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #047491 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047491 is #FB8B6E. Grayscale: #555555. Windows color (decimal): -16485231 or 9532420. OLE color: 9532420.

HSL color Cylindrical-coordinate representation of color #047491: hue angle of 192.34º 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 #047491 is Cyan = 0.97, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 116 145 -
CMYK 0.97 0.2 0 0.43
HSL 192.34º 0.95% 0.29% -
HSV(B) 192.34º 0.97% 0.57% -
XYZ 11.41 14.56 29 -
YUV 85.82 161.39 69.64 -
System Red Green Blue C M Y K H S L
Decimal 4 116 145 0.97 0.2 0 0.43 192.34 0.95 0.29
Hex 4 74 91 61 14 0 2B C0 5F 1D
Octal 4 164 221 141 24 0 53 300 137 35
Binary 100 1110100 10010001 1100001 10100 0 101011 11000000 1011111 11101

Color Harmonies of #047491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047491

Black with #047491

Text Example


Text Example

White with #047491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047491; }

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

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

background-color css

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

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

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

border-color css

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

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

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