Html Css Color HEX #049068 Observatory

📋 copy color: '#049068'

red 4 ◦ green 144 ◦ blue 104

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

Shades of Observatory #049068

Tints of Observatory #049068

RGB

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

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

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

R = 1.59%
G = 57.14%
B = 41.27%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#049068 (or 0x049068) is known color: Observatory. HEX triplet: 04, 90 and 68. RGB value is (4,144,104). Sum of RGB (Red+Green+Blue) = 4+144+104=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 144 (56.64% from 255 or 57.14% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 144 - color contains mainly: green. Hex color #049068 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049068 is #FB6F97. Grayscale: #616161. Windows color (decimal): -16478104 or 6852612. OLE color: 6852612.

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

Color convert

RGB 4 144 104 -
CMYK 0.97 0 0.28 0.44
HSL 162.86º 0.95% 0.29% -
HSV(B) 162.86º 0.97% 0.56% -
XYZ 12.52 20.97 16.48 -
YUV 97.58 131.62 61.25 -
System Red Green Blue C M Y K H S L
Decimal 4 144 104 0.97 0 0.28 0.44 162.86 0.95 0.29
Hex 4 90 68 61 0 1C 2C A3 5F 1D
Octal 4 220 150 141 0 34 54 243 137 35
Binary 100 10010000 1101000 1100001 0 11100 101100 10100011 1011111 11101

Color Harmonies of #049068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049068

Black with #049068

Text Example


Text Example

White with #049068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049068; }

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

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

background-color css

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

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

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

border-color css

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

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

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