Html Css Color HEX #048675 Observatory

📋 copy color: '#048675'

red 4 ◦ green 134 ◦ blue 117

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

Shades of Observatory #048675

Tints of Observatory #048675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.88%

R = 1.57%
G = 52.55%
B = 45.88%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#048675 (or 0x048675) is known color: Observatory. HEX triplet: 04, 86 and 75. RGB value is (4,134,117). Sum of RGB (Red+Green+Blue) = 4+134+117=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 134 (52.73% from 255 or 52.55% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 134 - color contains mainly: green. Hex color #048675 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048675 is #FB798A. Grayscale: #5D5D5D. Windows color (decimal): -16480651 or 7702020. OLE color: 7702020.

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

Color convert

RGB 4 134 117 -
CMYK 0.97 0 0.13 0.47
HSL 172.15º 0.94% 0.27% -
HSV(B) 172.15º 0.97% 0.53% -
XYZ 11.79 18.36 19.75 -
YUV 93.19 141.43 64.38 -
System Red Green Blue C M Y K H S L
Decimal 4 134 117 0.97 0 0.13 0.47 172.15 0.94 0.27
Hex 4 86 75 61 0 D 2F AC 5E 1B
Octal 4 206 165 141 0 15 57 254 136 33
Binary 100 10000110 1110101 1100001 0 1101 101111 10101100 1011110 11011

Color Harmonies of #048675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048675

Black with #048675

Text Example


Text Example

White with #048675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048675; }

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

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

background-color css

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

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

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

border-color css

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

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

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