Html Css Color HEX #048672 Observatory

📋 copy color: '#048672'

red 4 ◦ green 134 ◦ blue 114

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

Shades of Observatory #048672

Tints of Observatory #048672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 53.17%

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

R = 1.59%
G = 53.17%
B = 45.24%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#048672 (or 0x048672) is known color: Observatory. HEX triplet: 04, 86 and 72. RGB value is (4,134,114). Sum of RGB (Red+Green+Blue) = 4+134+114=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #048672 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048672 is #FB798D. Grayscale: #5C5C5C. Windows color (decimal): -16480654 or 7505412. OLE color: 7505412.

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

Color convert

RGB 4 134 114 -
CMYK 0.97 0 0.15 0.47
HSL 170.77º 0.94% 0.27% -
HSV(B) 170.77º 0.97% 0.53% -
XYZ 11.61 18.29 18.84 -
YUV 92.85 139.93 64.63 -
System Red Green Blue C M Y K H S L
Decimal 4 134 114 0.97 0 0.15 0.47 170.77 0.94 0.27
Hex 4 86 72 61 0 F 2F AB 5E 1B
Octal 4 206 162 141 0 17 57 253 136 33
Binary 100 10000110 1110010 1100001 0 1111 101111 10101011 1011110 11011

Color Harmonies of #048672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048672

Black with #048672

Text Example


Text Example

White with #048672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048672; }

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

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

background-color css

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

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

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

border-color css

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

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

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