Html Css Color HEX #467E7F Paradiso

📋 copy color: '#467E7F'

red 70 ◦ green 126 ◦ blue 127

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

Shades of Paradiso #467E7F

Tints of Paradiso #467E7F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.01%

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

R = 21.67%
G = 39.01%
B = 39.32%

CMYK

 C value IS 0.45

 M value IS 0.01

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#467E7F (or 0x467E7F) is known color: Paradiso. HEX triplet: 46, 7E and 7F. RGB value is (70,126,127). Sum of RGB (Red+Green+Blue) = 70+126+127=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 127 - color contains mainly: blue. Hex color #467E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467E7F is #B98180. Grayscale: #6D6D6D. Windows color (decimal): -12157313 or 8355398. OLE color: 8355398.

HSL color Cylindrical-coordinate representation of color #467E7F: hue angle of 181.05º 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 #467E7F is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 126 127 -
CMYK 0.45 0.01 0 0.50
HSL 181.05º 0.29% 0.39% -
HSV(B) 181.05º 0.45% 0.5% -
XYZ 13.82 17.76 22.78 -
YUV 109.37 137.95 99.92 -
System Red Green Blue C M Y K H S L
Decimal 70 126 127 0.45 0.01 0 0.50 181.05 0.29 0.39
Hex 46 7E 7F 2D 1 0 32 B5 1D 27
Octal 106 176 177 55 1 0 62 265 35 47
Binary 1000110 1111110 1111111 101101 1 0 110010 10110101 11101 100111

Color Harmonies of #467E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467E7F

Black with #467E7F

Text Example


Text Example

White with #467E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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