Html Css Color HEX #048870 Observatory

📋 copy color: '#048870'

red 4 ◦ green 136 ◦ blue 112

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

Shades of Observatory #048870

Tints of Observatory #048870

RGB

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

 GREEN value IS 136 (53.52% from 255) = 53.97%

 BLUE value IS 112 (44.14% from 255) = 44.44%

R = 1.59%
G = 53.97%
B = 44.44%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#048870 (or 0x048870) is known color: Observatory. HEX triplet: 04, 88 and 70. RGB value is (4,136,112). Sum of RGB (Red+Green+Blue) = 4+136+112=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 136 (53.52% from 255 or 53.97% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 136 - color contains mainly: green. Hex color #048870 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048870 is #FB778F. Grayscale: #5D5D5D. Windows color (decimal): -16480144 or 7374852. OLE color: 7374852.

HSL color Cylindrical-coordinate representation of color #048870: hue angle of 169.09º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048870 is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 136 112 -
CMYK 0.97 0 0.18 0.47
HSL 169.09º 0.94% 0.27% -
HSV(B) 169.09º 0.97% 0.53% -
XYZ 11.78 18.8 18.34 -
YUV 93.8 138.27 63.95 -
System Red Green Blue C M Y K H S L
Decimal 4 136 112 0.97 0 0.18 0.47 169.09 0.94 0.27
Hex 4 88 70 61 0 12 2F A9 5E 1B
Octal 4 210 160 141 0 22 57 251 136 33
Binary 100 10001000 1110000 1100001 0 10010 101111 10101001 1011110 11011

Color Harmonies of #048870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048870

Black with #048870

Text Example


Text Example

White with #048870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048870; }

 p { color: rgb(4,136,112); }

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

background-color css

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

 a { background-color: rgb(4,136,112); }

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

border-color css

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

 span { border-color: rgb(4,136,112); }

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