Html Css Color HEX #048464 Observatory

📋 copy color: '#048464'

red 4 ◦ green 132 ◦ blue 100

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

Shades of Observatory #048464

Tints of Observatory #048464

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.93%

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

R = 1.69%
G = 55.93%
B = 42.37%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#048464 (or 0x048464) is known color: Observatory. HEX triplet: 04, 84 and 64. RGB value is (4,132,100). Sum of RGB (Red+Green+Blue) = 4+132+100=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 132 (51.95% from 255 or 55.93% from 236); Blue value is 100 (39.45% from 255 or 42.37% from 236); Max value from RGB is 132 - color contains mainly: green. Hex color #048464 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048464 is #FB7B9B. Grayscale: #5A5A5A. Windows color (decimal): -16481180 or 6587396. OLE color: 6587396.

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

Color convert

RGB 4 132 100 -
CMYK 0.97 0 0.24 0.48
HSL 165º 0.94% 0.27% -
HSV(B) 165º 0.97% 0.52% -
XYZ 10.6 17.45 14.87 -
YUV 90.08 133.59 66.6 -
System Red Green Blue C M Y K H S L
Decimal 4 132 100 0.97 0 0.24 0.48 165 0.94 0.27
Hex 4 84 64 61 0 18 30 A5 5E 1B
Octal 4 204 144 141 0 30 60 245 136 33
Binary 100 10000100 1100100 1100001 0 11000 110000 10100101 1011110 11011

Color Harmonies of #048464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048464

Black with #048464

Text Example


Text Example

White with #048464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048464; }

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

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

background-color css

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

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

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

border-color css

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

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

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