Html Css Color HEX #467F82 Paradiso

📋 copy color: '#467F82'

red 70 ◦ green 127 ◦ blue 130

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

Shades of Paradiso #467F82

Tints of Paradiso #467F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.76%

R = 21.41%
G = 38.84%
B = 39.76%

CMYK

 C value IS 0.46

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#467F82 (or 0x467F82) is known color: Paradiso. HEX triplet: 46, 7F and 82. RGB value is (70,127,130). Sum of RGB (Red+Green+Blue) = 70+127+130=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 130 - color contains mainly: blue. Hex color #467F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467F82 is #B9807D. Grayscale: #6E6E6E. Windows color (decimal): -12157054 or 8552262. OLE color: 8552262.

HSL color Cylindrical-coordinate representation of color #467F82: hue angle of 183º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #467F82 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 127 130 -
CMYK 0.46 0.02 0 0.49
HSL 183º 0.3% 0.39% -
HSV(B) 183º 0.46% 0.51% -
XYZ 14.14 18.09 23.87 -
YUV 110.3 139.12 99.26 -
System Red Green Blue C M Y K H S L
Decimal 70 127 130 0.46 0.02 0 0.49 183 0.3 0.39
Hex 46 7F 82 2E 2 0 31 B7 1E 27
Octal 106 177 202 56 2 0 61 267 36 47
Binary 1000110 1111111 10000010 101110 10 0 110001 10110111 11110 100111

Color Harmonies of #467F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F82

Black with #467F82

Text Example


Text Example

White with #467F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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