Html Css Color HEX #048573 Observatory

📋 copy color: '#048573'

red 4 ◦ green 133 ◦ blue 115

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

Shades of Observatory #048573

Tints of Observatory #048573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 45.63%

R = 1.59%
G = 52.78%
B = 45.63%

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

#048573 (or 0x048573) is known color: Observatory. HEX triplet: 04, 85 and 73. RGB value is (4,133,115). Sum of RGB (Red+Green+Blue) = 4+133+115=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #048573 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048573 is #FB7A8C. Grayscale: #5C5C5C. Windows color (decimal): -16480909 or 7570692. OLE color: 7570692.

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

Color convert

RGB 4 133 115 -
CMYK 0.97 0 0.14 0.48
HSL 171.63º 0.94% 0.27% -
HSV(B) 171.63º 0.97% 0.52% -
XYZ 11.53 18.04 19.09 -
YUV 92.38 140.76 64.96 -
System Red Green Blue C M Y K H S L
Decimal 4 133 115 0.97 0 0.14 0.48 171.63 0.94 0.27
Hex 4 85 73 61 0 E 30 AC 5E 1B
Octal 4 205 163 141 0 16 60 254 136 33
Binary 100 10000101 1110011 1100001 0 1110 110000 10101100 1011110 11011

Color Harmonies of #048573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048573

Black with #048573

Text Example


Text Example

White with #048573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048573; }

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

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

background-color css

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

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

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

border-color css

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

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

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