Html Css Color HEX #047295 Cerulean

📋 copy color: '#047295'

red 4 ◦ green 114 ◦ blue 149

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

Shades of Cerulean #047295

Tints of Cerulean #047295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 55.81%

R = 1.5%
G = 42.7%
B = 55.81%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#047295 (or 0x047295) is known color: Cerulean. HEX triplet: 04, 72 and 95. RGB value is (4,114,149). Sum of RGB (Red+Green+Blue) = 4+114+149=267 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #047295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047295 is #FB8D6A. Grayscale: #545454. Windows color (decimal): -16485739 or 9794052. OLE color: 9794052.

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

Color convert

RGB 4 114 149 -
CMYK 0.97 0.23 0 0.42
HSL 194.48º 0.95% 0.3% -
HSV(B) 194.48º 0.97% 0.58% -
XYZ 11.49 14.23 30.57 -
YUV 85.1 164.06 70.15 -
System Red Green Blue C M Y K H S L
Decimal 4 114 149 0.97 0.23 0 0.42 194.48 0.95 0.3
Hex 4 72 95 61 17 0 2A C2 5F 1E
Octal 4 162 225 141 27 0 52 302 137 36
Binary 100 1110010 10010101 1100001 10111 0 101010 11000010 1011111 11110

Color Harmonies of #047295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047295

Black with #047295

Text Example


Text Example

White with #047295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047295; }

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

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

background-color css

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

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

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

border-color css

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

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

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