Html Css Color HEX #047290 Cerulean

📋 copy color: '#047290'

red 4 ◦ green 114 ◦ blue 144

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

Shades of Cerulean #047290

Tints of Cerulean #047290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.51%

 BLUE value IS 144 (56.64% from 255) = 54.96%

R = 1.53%
G = 43.51%
B = 54.96%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#047290 (or 0x047290) is known color: Cerulean. HEX triplet: 04, 72 and 90. RGB value is (4,114,144). Sum of RGB (Red+Green+Blue) = 4+114+144=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #047290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047290 is #FB8D6F. Grayscale: #545454. Windows color (decimal): -16485744 or 9466372. OLE color: 9466372.

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

Color convert

RGB 4 114 144 -
CMYK 0.97 0.21 0 0.44
HSL 192.86º 0.95% 0.29% -
HSV(B) 192.86º 0.97% 0.56% -
XYZ 11.1 14.07 28.52 -
YUV 84.53 161.56 70.56 -
System Red Green Blue C M Y K H S L
Decimal 4 114 144 0.97 0.21 0 0.44 192.86 0.95 0.29
Hex 4 72 90 61 15 0 2C C1 5F 1D
Octal 4 162 220 141 25 0 54 301 137 35
Binary 100 1110010 10010000 1100001 10101 0 101100 11000001 1011111 11101

Color Harmonies of #047290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047290

Black with #047290

Text Example


Text Example

White with #047290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047290; }

 p { color: rgb(4,114,144); }

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

background-color css

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

 a { background-color: rgb(4,114,144); }

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

border-color css

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

 span { border-color: rgb(4,114,144); }

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