Html Css Color HEX #048B70 Observatory

📋 copy color: '#048B70'

red 4 ◦ green 139 ◦ blue 112

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

Shades of Observatory #048B70

Tints of Observatory #048B70

RGB

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

 GREEN value IS 139 (54.69% from 255) = 54.51%

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

R = 1.57%
G = 54.51%
B = 43.92%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#048B70 (or 0x048B70) is known color: Observatory. HEX triplet: 04, 8B and 70. RGB value is (4,139,112). Sum of RGB (Red+Green+Blue) = 4+139+112=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 139 (54.69% from 255 or 54.51% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 139 - color contains mainly: green. Hex color #048B70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048B70 is #FB748F. Grayscale: #5F5F5F. Windows color (decimal): -16479376 or 7375620. OLE color: 7375620.

HSL color Cylindrical-coordinate representation of color #048B70: hue angle of 168º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048B70 is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 139 112 -
CMYK 0.97 0 0.19 0.45
HSL 168º 0.94% 0.28% -
HSV(B) 168º 0.97% 0.55% -
XYZ 12.21 19.66 18.48 -
YUV 95.56 137.27 62.7 -
System Red Green Blue C M Y K H S L
Decimal 4 139 112 0.97 0 0.19 0.45 168 0.94 0.28
Hex 4 8B 70 61 0 13 2D A8 5E 1C
Octal 4 213 160 141 0 23 55 250 136 34
Binary 100 10001011 1110000 1100001 0 10011 101101 10101000 1011110 11100

Color Harmonies of #048B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048B70

Black with #048B70

Text Example


Text Example

White with #048B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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