Html Css Color HEX #047695 Cerulean

📋 copy color: '#047695'

red 4 ◦ green 118 ◦ blue 149

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

Shades of Cerulean #047695

Tints of Cerulean #047695

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.54%

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

R = 1.48%
G = 43.54%
B = 54.98%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#047695 (or 0x047695) is known color: Cerulean. HEX triplet: 04, 76 and 95. RGB value is (4,118,149). Sum of RGB (Red+Green+Blue) = 4+118+149=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #047695 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047695 is #FB896A. Grayscale: #575757. Windows color (decimal): -16484715 or 9795076. OLE color: 9795076.

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

Color convert

RGB 4 118 149 -
CMYK 0.97 0.21 0 0.42
HSL 192.83º 0.95% 0.3% -
HSV(B) 192.83º 0.97% 0.58% -
XYZ 11.95 15.15 30.73 -
YUV 87.45 162.73 68.48 -
System Red Green Blue C M Y K H S L
Decimal 4 118 149 0.97 0.21 0 0.42 192.83 0.95 0.3
Hex 4 76 95 61 15 0 2A C1 5F 1E
Octal 4 166 225 141 25 0 52 301 137 36
Binary 100 1110110 10010101 1100001 10101 0 101010 11000001 1011111 11110

Color Harmonies of #047695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047695

Black with #047695

Text Example


Text Example

White with #047695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047695; }

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

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

background-color css

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

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

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

border-color css

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

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

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