Html Css Color HEX #048E7B Observatory

📋 copy color: '#048E7B'

red 4 ◦ green 142 ◦ blue 123

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

Shades of Observatory #048E7B

Tints of Observatory #048E7B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 52.79%

 BLUE value IS 123 (48.44% from 255) = 45.72%

R = 1.49%
G = 52.79%
B = 45.72%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#048E7B (or 0x048E7B) is known color: Observatory. HEX triplet: 04, 8E and 7B. RGB value is (4,142,123). Sum of RGB (Red+Green+Blue) = 4+142+123=269 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 269); Green value is 142 (55.86% from 255 or 52.79% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 142 - color contains mainly: green. Hex color #048E7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048E7B is #FB7184. Grayscale: #626262. Windows color (decimal): -16478597 or 8097284. OLE color: 8097284.

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

Color convert

RGB 4 142 123 -
CMYK 0.97 0 0.13 0.44
HSL 171.74º 0.95% 0.29% -
HSV(B) 171.74º 0.97% 0.56% -
XYZ 13.3 20.8 22.05 -
YUV 98.57 141.78 60.54 -
System Red Green Blue C M Y K H S L
Decimal 4 142 123 0.97 0 0.13 0.44 171.74 0.95 0.29
Hex 4 8E 7B 61 0 D 2C AC 5F 1D
Octal 4 216 173 141 0 15 54 254 137 35
Binary 100 10001110 1111011 1100001 0 1101 101100 10101100 1011111 11101

Color Harmonies of #048E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048E7B

Black with #048E7B

Text Example


Text Example

White with #048E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,142,123); }

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

background-color css

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

 a { background-color: rgb(4,142,123); }

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

border-color css

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

 span { border-color: rgb(4,142,123); }

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