Html Css Color HEX #048467 Observatory

📋 copy color: '#048467'

red 4 ◦ green 132 ◦ blue 103

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

Shades of Observatory #048467

Tints of Observatory #048467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 43.1%

R = 1.67%
G = 55.23%
B = 43.1%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#048467 (or 0x048467) is known color: Observatory. HEX triplet: 04, 84 and 67. RGB value is (4,132,103). Sum of RGB (Red+Green+Blue) = 4+132+103=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 132 (51.95% from 255 or 55.23% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 132 - color contains mainly: green. Hex color #048467 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048467 is #FB7B98. Grayscale: #5A5A5A. Windows color (decimal): -16481177 or 6784004. OLE color: 6784004.

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

Color convert

RGB 4 132 103 -
CMYK 0.97 0 0.22 0.48
HSL 166.41º 0.94% 0.27% -
HSV(B) 166.41º 0.97% 0.52% -
XYZ 10.75 17.51 15.64 -
YUV 90.42 135.09 66.36 -
System Red Green Blue C M Y K H S L
Decimal 4 132 103 0.97 0 0.22 0.48 166.41 0.94 0.27
Hex 4 84 67 61 0 16 30 A6 5E 1B
Octal 4 204 147 141 0 26 60 246 136 33
Binary 100 10000100 1100111 1100001 0 10110 110000 10100110 1011110 11011

Color Harmonies of #048467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048467

Black with #048467

Text Example


Text Example

White with #048467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048467; }

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

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

background-color css

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

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

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

border-color css

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

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

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