Html Css Color HEX #048674 Observatory

📋 copy color: '#048674'

red 4 ◦ green 134 ◦ blue 116

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

Shades of Observatory #048674

Tints of Observatory #048674

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.76%

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

R = 1.57%
G = 52.76%
B = 45.67%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#048674 (or 0x048674) is known color: Observatory. HEX triplet: 04, 86 and 74. RGB value is (4,134,116). Sum of RGB (Red+Green+Blue) = 4+134+116=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 134 (52.73% from 255 or 52.76% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 134 - color contains mainly: green. Hex color #048674 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048674 is #FB798B. Grayscale: #5D5D5D. Windows color (decimal): -16480652 or 7636484. OLE color: 7636484.

HSL color Cylindrical-coordinate representation of color #048674: hue angle of 171.69º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048674 is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 134 116 -
CMYK 0.97 0 0.13 0.47
HSL 171.69º 0.94% 0.27% -
HSV(B) 171.69º 0.97% 0.53% -
XYZ 11.73 18.34 19.44 -
YUV 93.08 140.93 64.46 -
System Red Green Blue C M Y K H S L
Decimal 4 134 116 0.97 0 0.13 0.47 171.69 0.94 0.27
Hex 4 86 74 61 0 D 2F AC 5E 1B
Octal 4 206 164 141 0 15 57 254 136 33
Binary 100 10000110 1110100 1100001 0 1101 101111 10101100 1011110 11011

Color Harmonies of #048674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048674

Black with #048674

Text Example


Text Example

White with #048674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048674; }

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

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

background-color css

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

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

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

border-color css

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

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

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