Html Css Color HEX #049467 Observatory

📋 copy color: '#049467'

red 4 ◦ green 148 ◦ blue 103

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

Shades of Observatory #049467

Tints of Observatory #049467

RGB

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

 GREEN value IS 148 (58.2% from 255) = 58.04%

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

R = 1.57%
G = 58.04%
B = 40.39%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#049467 (or 0x049467) is known color: Observatory. HEX triplet: 04, 94 and 67. RGB value is (4,148,103). Sum of RGB (Red+Green+Blue) = 4+148+103=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 148 (58.20% from 255 or 58.04% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 148 - color contains mainly: green. Hex color #049467 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049467 is #FB6B98. Grayscale: #636363. Windows color (decimal): -16477081 or 6788100. OLE color: 6788100.

HSL color Cylindrical-coordinate representation of color #049467: hue angle of 161.25º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049467 is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 148 103 -
CMYK 0.97 0 0.30 0.42
HSL 161.25º 0.95% 0.3% -
HSV(B) 161.25º 0.97% 0.58% -
XYZ 13.09 22.18 16.42 -
YUV 99.81 129.79 59.66 -
System Red Green Blue C M Y K H S L
Decimal 4 148 103 0.97 0 0.30 0.42 161.25 0.95 0.3
Hex 4 94 67 61 0 1E 2A A1 5F 1E
Octal 4 224 147 141 0 36 52 241 137 36
Binary 100 10010100 1100111 1100001 0 11110 101010 10100001 1011111 11110

Color Harmonies of #049467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049467

Black with #049467

Text Example


Text Example

White with #049467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049467; }

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

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

background-color css

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

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

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

border-color css

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

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

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