Html Css Color HEX #048564 Observatory

📋 copy color: '#048564'

red 4 ◦ green 133 ◦ blue 100

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

Shades of Observatory #048564

Tints of Observatory #048564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 42.19%

R = 1.69%
G = 56.12%
B = 42.19%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#048564 (or 0x048564) is known color: Observatory. HEX triplet: 04, 85 and 64. RGB value is (4,133,100). Sum of RGB (Red+Green+Blue) = 4+133+100=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #048564 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048564 is #FB7A9B. Grayscale: #5A5A5A. Windows color (decimal): -16480924 or 6587652. OLE color: 6587652.

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

Color convert

RGB 4 133 100 -
CMYK 0.97 0 0.25 0.48
HSL 164.65º 0.94% 0.27% -
HSV(B) 164.65º 0.97% 0.52% -
XYZ 10.74 17.72 14.91 -
YUV 90.67 133.26 66.18 -
System Red Green Blue C M Y K H S L
Decimal 4 133 100 0.97 0 0.25 0.48 164.65 0.94 0.27
Hex 4 85 64 61 0 19 30 A5 5E 1B
Octal 4 205 144 141 0 31 60 245 136 33
Binary 100 10000101 1100100 1100001 0 11001 110000 10100101 1011110 11011

Color Harmonies of #048564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048564

Black with #048564

Text Example


Text Example

White with #048564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048564; }

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

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

background-color css

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

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

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

border-color css

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

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

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