#048A6B

Color #048A6B Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #048A6B

Tints of Observatory #048A6B

Color information

#048A6B (or 0x048A6B) is unknown color: approx Observatory. HEX triplet: 04, 8A and 6B. RGB value is (4,138,107). Sum of RGB (Red+Green+Blue) = 4+138+107=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 138 (54.30% from 255 or 55.42% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 138 - color contains mainly: green. Hex color #048A6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048A6B is #FB7594. Grayscale: #5E5E5E. Windows color (decimal): -16479637 or 7047684. OLE color: 7047684.

HSL color Cylindrical-coordinate representation of color #048A6B: hue angle of 166.12º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048A6B is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB4138107-
CMYK0.9700.220.46
HSL166.12º94.37%27.84%-
HSV(B)166.12º97.1%54.12%-
XYZ11.7919.2617.01-
YUV94.4135.1163.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.61%
GREEN value IS 138 (54.30% from 255) = 55.42%
BLUE value IS 107 (42.19% from 255) = 42.97%
R=1.61%
G=55.42%
B=42.97%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41381070.9700.220.46166.1294.3727.84
Hex48A6B610162Ea65e1c
Octal42121531410265624613634
Binary100100010101101011110000101011010111010100110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048A6B; }

 p { color: rgb(4,138,107); }

 H1.HeaderClassName
 {
   color: #048A6B;
 }
 .AnyTagClassName
 {
   color: #048A6B;
 }
</style>
background-color css

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

 a { background-color: rgb(4,138,107); }

 div.DivClassName
 {
   background-color: #048A6B;
 }
 .BgClassName
 {
   background-color: #048A6B;
 }
</style>
border-color css

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

 span { border-color: rgb(4,138,107); }

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