Html Css Color HEX #467E82 Paradiso

📋 copy color: '#467E82'

red 70 ◦ green 126 ◦ blue 130

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

Shades of Paradiso #467E82

Tints of Paradiso #467E82

RGB

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

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

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

R = 21.47%
G = 38.65%
B = 39.88%

CMYK

 C value IS 0.46

 M value IS 0.03

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#467E82 (or 0x467E82) is known color: Paradiso. HEX triplet: 46, 7E and 82. RGB value is (70,126,130). Sum of RGB (Red+Green+Blue) = 70+126+130=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 130 - color contains mainly: blue. Hex color #467E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467E82 is #B9817D. Grayscale: #6D6D6D. Windows color (decimal): -12157310 or 8552006. OLE color: 8552006.

HSL color Cylindrical-coordinate representation of color #467E82: hue angle of 184º 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 #467E82 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 126 130 -
CMYK 0.46 0.03 0 0.49
HSL 184º 0.3% 0.39% -
HSV(B) 184º 0.46% 0.51% -
XYZ 14.02 17.84 23.82 -
YUV 109.71 139.45 99.67 -
System Red Green Blue C M Y K H S L
Decimal 70 126 130 0.46 0.03 0 0.49 184 0.3 0.39
Hex 46 7E 82 2E 3 0 31 B8 1E 27
Octal 106 176 202 56 3 0 61 270 36 47
Binary 1000110 1111110 10000010 101110 11 0 110001 10111000 11110 100111

Color Harmonies of #467E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467E82

Black with #467E82

Text Example


Text Example

White with #467E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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