Html Css Color HEX #049568 Observatory

📋 copy color: '#049568'

red 4 ◦ green 149 ◦ blue 104

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

Shades of Observatory #049568

Tints of Observatory #049568

RGB

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

 GREEN value IS 149 (58.59% from 255) = 57.98%

 BLUE value IS 104 (41.02% from 255) = 40.47%

R = 1.56%
G = 57.98%
B = 40.47%

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

#049568 (or 0x049568) is known color: Observatory. HEX triplet: 04, 95 and 68. RGB value is (4,149,104). Sum of RGB (Red+Green+Blue) = 4+149+104=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 149 (58.59% from 255 or 57.98% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 149 - color contains mainly: green. Hex color #049568 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049568 is #FB6A97. Grayscale: #646464. Windows color (decimal): -16476824 or 6853892. OLE color: 6853892.

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

Color convert

RGB 4 149 104 -
CMYK 0.97 0 0.30 0.42
HSL 161.38º 0.95% 0.3% -
HSV(B) 161.38º 0.97% 0.58% -
XYZ 13.3 22.52 16.74 -
YUV 100.52 129.96 59.16 -
System Red Green Blue C M Y K H S L
Decimal 4 149 104 0.97 0 0.30 0.42 161.38 0.95 0.3
Hex 4 95 68 61 0 1E 2A A1 5F 1E
Octal 4 225 150 141 0 36 52 241 137 36
Binary 100 10010101 1101000 1100001 0 11110 101010 10100001 1011111 11110

Color Harmonies of #049568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049568

Black with #049568

Text Example


Text Example

White with #049568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049568; }

 p { color: rgb(4,149,104); }

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

background-color css

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

 a { background-color: rgb(4,149,104); }

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

border-color css

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

 span { border-color: rgb(4,149,104); }

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