Html Css Color HEX #407882 Paradiso

📋 copy color: '#407882'

red 64 ◦ green 120 ◦ blue 130

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

Shades of Paradiso #407882

Tints of Paradiso #407882

RGB

 RED value IS 64 (25.39% from 255) = 20.38%

 GREEN value IS 120 (47.27% from 255) = 38.22%

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

R = 20.38%
G = 38.22%
B = 41.4%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#407882 (or 0x407882) is known color: Paradiso. HEX triplet: 40, 78 and 82. RGB value is (64,120,130). Sum of RGB (Red+Green+Blue) = 64+120+130=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 130 - color contains mainly: blue. Hex color #407882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407882 is #BF877D. Grayscale: #686868. Windows color (decimal): -12552062 or 8550464. OLE color: 8550464.

HSL color Cylindrical-coordinate representation of color #407882: hue angle of 189.09º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #407882 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 120 130 -
CMYK 0.51 0.08 0 0.49
HSL 189.09º 0.34% 0.38% -
HSV(B) 189.09º 0.51% 0.51% -
XYZ 12.86 16.13 23.56 -
YUV 104.4 142.45 99.19 -
System Red Green Blue C M Y K H S L
Decimal 64 120 130 0.51 0.08 0 0.49 189.09 0.34 0.38
Hex 40 78 82 33 8 0 31 BD 22 26
Octal 100 170 202 63 10 0 61 275 42 46
Binary 1000000 1111000 10000010 110011 1000 0 110001 10111101 100010 100110

Color Harmonies of #407882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407882

Black with #407882

Text Example


Text Example

White with #407882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407882; }

 p { color: rgb(64,120,130); }

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

background-color css

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

 a { background-color: rgb(64,120,130); }

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

border-color css

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

 span { border-color: rgb(64,120,130); }

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