Html Css Color HEX #46777F Paradiso

📋 copy color: '#46777F'

red 70 ◦ green 119 ◦ blue 127

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

Shades of Paradiso #46777F

Tints of Paradiso #46777F

RGB

 RED value IS 70 (27.73% from 255) = 22.15%

 GREEN value IS 119 (46.88% from 255) = 37.66%

 BLUE value IS 127 (50% from 255) = 40.19%

R = 22.15%
G = 37.66%
B = 40.19%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#46777F (or 0x46777F) is known color: Paradiso. HEX triplet: 46, 77 and 7F. RGB value is (70,119,127). Sum of RGB (Red+Green+Blue) = 70+119+127=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 127 - color contains mainly: blue. Hex color #46777F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46777F is #B98880. Grayscale: #696969. Windows color (decimal): -12159105 or 8353606. OLE color: 8353606.

HSL color Cylindrical-coordinate representation of color #46777F: hue angle of 188.42º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #46777F is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 119 127 -
CMYK 0.45 0.06 0 0.50
HSL 188.42º 0.29% 0.39% -
HSV(B) 188.42º 0.45% 0.5% -
XYZ 12.95 16.03 22.49 -
YUV 105.26 140.27 102.85 -
System Red Green Blue C M Y K H S L
Decimal 70 119 127 0.45 0.06 0 0.50 188.42 0.29 0.39
Hex 46 77 7F 2D 6 0 32 BC 1D 27
Octal 106 167 177 55 6 0 62 274 35 47
Binary 1000110 1110111 1111111 101101 110 0 110010 10111100 11101 100111

Color Harmonies of #46777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46777F

Black with #46777F

Text Example


Text Example

White with #46777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46777F; }

 p { color: rgb(70,119,127); }

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

background-color css

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

 a { background-color: rgb(70,119,127); }

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

border-color css

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

 span { border-color: rgb(70,119,127); }

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