Html Css Color HEX #467F7E Paradiso

📋 copy color: '#467F7E'

red 70 ◦ green 127 ◦ blue 126

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

Shades of Paradiso #467F7E

Tints of Paradiso #467F7E

RGB

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

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

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

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

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

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

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

Color convert

RGB 70 127 126 -
CMYK 0.45 0 0.01 0.50
HSL 178.95º 0.29% 0.39% -
HSV(B) 178.95º 0.45% 0.5% -
XYZ 13.88 17.99 22.48 -
YUV 109.84 137.12 99.58 -
System Red Green Blue C M Y K H S L
Decimal 70 127 126 0.45 0 0.01 0.50 178.95 0.29 0.39
Hex 46 7F 7E 2D 0 1 32 B3 1D 27
Octal 106 177 176 55 0 1 62 263 35 47
Binary 1000110 1111111 1111110 101101 0 1 110010 10110011 11101 100111

Color Harmonies of #467F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F7E

Black with #467F7E

Text Example


Text Example

White with #467F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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