Html Css Color HEX #048869 Observatory

📋 copy color: '#048869'

red 4 ◦ green 136 ◦ blue 105

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

Shades of Observatory #048869

Tints of Observatory #048869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42.86%

R = 1.63%
G = 55.51%
B = 42.86%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#048869 (or 0x048869) is known color: Observatory. HEX triplet: 04, 88 and 69. RGB value is (4,136,105). Sum of RGB (Red+Green+Blue) = 4+136+105=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #048869 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048869 is #FB7796. Grayscale: #5C5C5C. Windows color (decimal): -16480151 or 6916100. OLE color: 6916100.

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

Color convert

RGB 4 136 105 -
CMYK 0.97 0 0.23 0.47
HSL 165.91º 0.94% 0.27% -
HSV(B) 165.91º 0.97% 0.53% -
XYZ 11.4 18.65 16.36 -
YUV 93 134.77 64.52 -
System Red Green Blue C M Y K H S L
Decimal 4 136 105 0.97 0 0.23 0.47 165.91 0.94 0.27
Hex 4 88 69 61 0 17 2F A6 5E 1B
Octal 4 210 151 141 0 27 57 246 136 33
Binary 100 10001000 1101001 1100001 0 10111 101111 10100110 1011110 11011

Color Harmonies of #048869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048869

Black with #048869

Text Example


Text Example

White with #048869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048869; }

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

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

background-color css

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

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

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

border-color css

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

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

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