Html Css Color HEX #048574 Observatory

📋 copy color: '#048574'

red 4 ◦ green 133 ◦ blue 116

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

Shades of Observatory #048574

Tints of Observatory #048574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 45.85%

R = 1.58%
G = 52.57%
B = 45.85%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#048574 (or 0x048574) is known color: Observatory. HEX triplet: 04, 85 and 74. RGB value is (4,133,116). Sum of RGB (Red+Green+Blue) = 4+133+116=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #048574 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048574 is #FB7A8B. Grayscale: #5C5C5C. Windows color (decimal): -16480908 or 7636228. OLE color: 7636228.

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

Color convert

RGB 4 133 116 -
CMYK 0.97 0 0.13 0.48
HSL 172.09º 0.94% 0.27% -
HSV(B) 172.09º 0.97% 0.52% -
XYZ 11.59 18.06 19.4 -
YUV 92.49 141.26 64.88 -
System Red Green Blue C M Y K H S L
Decimal 4 133 116 0.97 0 0.13 0.48 172.09 0.94 0.27
Hex 4 85 74 61 0 D 30 AC 5E 1B
Octal 4 205 164 141 0 15 60 254 136 33
Binary 100 10000101 1110100 1100001 0 1101 110000 10101100 1011110 11011

Color Harmonies of #048574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048574

Black with #048574

Text Example


Text Example

White with #048574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048574; }

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

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

background-color css

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

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

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

border-color css

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

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

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