Html Css Color HEX #048863 Observatory

📋 copy color: '#048863'

red 4 ◦ green 136 ◦ blue 99

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

Shades of Observatory #048863

Tints of Observatory #048863

RGB

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

 GREEN value IS 136 (53.52% from 255) = 56.9%

 BLUE value IS 99 (39.06% from 255) = 41.42%

R = 1.67%
G = 56.9%
B = 41.42%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#048863 (or 0x048863) is known color: Observatory. HEX triplet: 04, 88 and 63. RGB value is (4,136,99). Sum of RGB (Red+Green+Blue) = 4+136+99=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 136 (53.52% from 255 or 56.90% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 136 - color contains mainly: green. Hex color #048863 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048863 is #FB779C. Grayscale: #5C5C5C. Windows color (decimal): -16480157 or 6522884. OLE color: 6522884.

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

Color convert

RGB 4 136 99 -
CMYK 0.97 0 0.27 0.47
HSL 163.18º 0.94% 0.27% -
HSV(B) 163.18º 0.97% 0.53% -
XYZ 11.11 18.53 14.8 -
YUV 92.31 131.77 65.01 -
System Red Green Blue C M Y K H S L
Decimal 4 136 99 0.97 0 0.27 0.47 163.18 0.94 0.27
Hex 4 88 63 61 0 1B 2F A3 5E 1B
Octal 4 210 143 141 0 33 57 243 136 33
Binary 100 10001000 1100011 1100001 0 11011 101111 10100011 1011110 11011

Color Harmonies of #048863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048863

Black with #048863

Text Example


Text Example

White with #048863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048863; }

 p { color: rgb(4,136,99); }

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

background-color css

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

 a { background-color: rgb(4,136,99); }

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

border-color css

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

 span { border-color: rgb(4,136,99); }

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