Html Css Color HEX #048B6B Observatory

📋 copy color: '#048B6B'

red 4 ◦ green 139 ◦ blue 107

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

Shades of Observatory #048B6B

Tints of Observatory #048B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.8%

R = 1.6%
G = 55.6%
B = 42.8%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#048B6B (or 0x048B6B) is known color: Observatory. HEX triplet: 04, 8B and 6B. RGB value is (4,139,107). Sum of RGB (Red+Green+Blue) = 4+139+107=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 139 (54.69% from 255 or 55.6% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 139 - color contains mainly: green. Hex color #048B6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048B6B is #FB7494. Grayscale: #5E5E5E. Windows color (decimal): -16479381 or 7047940. OLE color: 7047940.

HSL color Cylindrical-coordinate representation of color #048B6B: hue angle of 165.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 #048B6B is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 139 107 -
CMYK 0.97 0 0.23 0.45
HSL 165.78º 0.94% 0.28% -
HSV(B) 165.78º 0.97% 0.55% -
XYZ 11.94 19.55 17.05 -
YUV 94.99 134.77 63.1 -
System Red Green Blue C M Y K H S L
Decimal 4 139 107 0.97 0 0.23 0.45 165.78 0.94 0.28
Hex 4 8B 6B 61 0 17 2D A6 5E 1C
Octal 4 213 153 141 0 27 55 246 136 34
Binary 100 10001011 1101011 1100001 0 10111 101101 10100110 1011110 11100

Color Harmonies of #048B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048B6B

Black with #048B6B

Text Example


Text Example

White with #048B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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