Html Css Color HEX #049066 Observatory

📋 copy color: '#049066'

red 4 ◦ green 144 ◦ blue 102

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

Shades of Observatory #049066

Tints of Observatory #049066

RGB

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

 GREEN value IS 144 (56.64% from 255) = 57.6%

 BLUE value IS 102 (40.23% from 255) = 40.8%

R = 1.6%
G = 57.6%
B = 40.8%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#049066 (or 0x049066) is known color: Observatory. HEX triplet: 04, 90 and 66. RGB value is (4,144,102). Sum of RGB (Red+Green+Blue) = 4+144+102=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 144 (56.64% from 255 or 57.6% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 144 - color contains mainly: green. Hex color #049066 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049066 is #FB6F99. Grayscale: #616161. Windows color (decimal): -16478106 or 6721540. OLE color: 6721540.

HSL color Cylindrical-coordinate representation of color #049066: hue angle of 162º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049066 is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 144 102 -
CMYK 0.97 0 0.29 0.44
HSL 162º 0.95% 0.29% -
HSV(B) 162º 0.97% 0.56% -
XYZ 12.42 20.93 15.96 -
YUV 97.35 130.62 61.42 -
System Red Green Blue C M Y K H S L
Decimal 4 144 102 0.97 0 0.29 0.44 162 0.95 0.29
Hex 4 90 66 61 0 1D 2C A2 5F 1D
Octal 4 220 146 141 0 35 54 242 137 35
Binary 100 10010000 1100110 1100001 0 11101 101100 10100010 1011111 11101

Color Harmonies of #049066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049066

Black with #049066

Text Example


Text Example

White with #049066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049066; }

 p { color: rgb(4,144,102); }

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

background-color css

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

 a { background-color: rgb(4,144,102); }

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

border-color css

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

 span { border-color: rgb(4,144,102); }

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