Html Css Color HEX #048B74 Observatory

📋 copy color: '#048B74'

red 4 ◦ green 139 ◦ blue 116

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

Shades of Observatory #048B74

Tints of Observatory #048B74

RGB

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

 GREEN value IS 139 (54.69% from 255) = 53.67%

 BLUE value IS 116 (45.7% from 255) = 44.79%

R = 1.54%
G = 53.67%
B = 44.79%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#048B74 (or 0x048B74) is known color: Observatory. HEX triplet: 04, 8B and 74. RGB value is (4,139,116). Sum of RGB (Red+Green+Blue) = 4+139+116=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 139 (54.69% from 255 or 53.67% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 139 - color contains mainly: green. Hex color #048B74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048B74 is #FB748B. Grayscale: #5F5F5F. Windows color (decimal): -16479372 or 7637764. OLE color: 7637764.

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

Color convert

RGB 4 139 116 -
CMYK 0.97 0 0.17 0.45
HSL 169.78º 0.94% 0.28% -
HSV(B) 169.78º 0.97% 0.55% -
XYZ 12.44 19.75 19.68 -
YUV 96.01 139.27 62.37 -
System Red Green Blue C M Y K H S L
Decimal 4 139 116 0.97 0 0.17 0.45 169.78 0.94 0.28
Hex 4 8B 74 61 0 11 2D AA 5E 1C
Octal 4 213 164 141 0 21 55 252 136 34
Binary 100 10001011 1110100 1100001 0 10001 101101 10101010 1011110 11100

Color Harmonies of #048B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048B74

Black with #048B74

Text Example


Text Example

White with #048B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,139,116); }

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

background-color css

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

 a { background-color: rgb(4,139,116); }

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

border-color css

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

 span { border-color: rgb(4,139,116); }

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