Html Css Color HEX #048572 Observatory

📋 copy color: '#048572'

red 4 ◦ green 133 ◦ blue 114

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

Shades of Observatory #048572

Tints of Observatory #048572

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.99%

 BLUE value IS 114 (44.92% from 255) = 45.42%

R = 1.59%
G = 52.99%
B = 45.42%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#048572 (or 0x048572) is known color: Observatory. HEX triplet: 04, 85 and 72. RGB value is (4,133,114). Sum of RGB (Red+Green+Blue) = 4+133+114=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #048572 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048572 is #FB7A8D. Grayscale: #5C5C5C. Windows color (decimal): -16480910 or 7505156. OLE color: 7505156.

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

Color convert

RGB 4 133 114 -
CMYK 0.97 0 0.14 0.48
HSL 171.16º 0.94% 0.27% -
HSV(B) 171.16º 0.97% 0.52% -
XYZ 11.47 18.02 18.79 -
YUV 92.26 140.26 65.04 -
System Red Green Blue C M Y K H S L
Decimal 4 133 114 0.97 0 0.14 0.48 171.16 0.94 0.27
Hex 4 85 72 61 0 E 30 AB 5E 1B
Octal 4 205 162 141 0 16 60 253 136 33
Binary 100 10000101 1110010 1100001 0 1110 110000 10101011 1011110 11011

Color Harmonies of #048572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048572

Black with #048572

Text Example


Text Example

White with #048572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048572; }

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

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

background-color css

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

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

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

border-color css

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

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

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