Html Css Color HEX #048470 Observatory

📋 copy color: '#048470'

red 4 ◦ green 132 ◦ blue 112

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

Shades of Observatory #048470

Tints of Observatory #048470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.23%

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

R = 1.61%
G = 53.23%
B = 45.16%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#048470 (or 0x048470) is known color: Observatory. HEX triplet: 04, 84 and 70. RGB value is (4,132,112). Sum of RGB (Red+Green+Blue) = 4+132+112=248 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 248); Green value is 132 (51.95% from 255 or 53.23% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 132 - color contains mainly: green. Hex color #048470 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048470 is #FB7B8F. Grayscale: #5B5B5B. Windows color (decimal): -16481168 or 7373828. OLE color: 7373828.

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

Color convert

RGB 4 132 112 -
CMYK 0.97 0 0.15 0.48
HSL 170.63º 0.94% 0.27% -
HSV(B) 170.63º 0.97% 0.52% -
XYZ 11.23 17.7 18.15 -
YUV 91.45 139.59 65.63 -
System Red Green Blue C M Y K H S L
Decimal 4 132 112 0.97 0 0.15 0.48 170.63 0.94 0.27
Hex 4 84 70 61 0 F 30 AB 5E 1B
Octal 4 204 160 141 0 17 60 253 136 33
Binary 100 10000100 1110000 1100001 0 1111 110000 10101011 1011110 11011

Color Harmonies of #048470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048470

Black with #048470

Text Example


Text Example

White with #048470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048470; }

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

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

background-color css

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

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

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

border-color css

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

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

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