Html Css Color HEX #407782 Paradiso

📋 copy color: '#407782'

red 64 ◦ green 119 ◦ blue 130

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

Shades of Paradiso #407782

Tints of Paradiso #407782

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.02%

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

R = 20.45%
G = 38.02%
B = 41.53%

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

#407782 (or 0x407782) is known color: Paradiso. HEX triplet: 40, 77 and 82. RGB value is (64,119,130). Sum of RGB (Red+Green+Blue) = 64+119+130=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: blue. Hex color #407782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407782 is #BF887D. Grayscale: #676767. Windows color (decimal): -12552318 or 8550208. OLE color: 8550208.

HSL color Cylindrical-coordinate representation of color #407782: hue angle of 190º 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 #407782 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 119 130 -
CMYK 0.51 0.08 0 0.49
HSL 190º 0.34% 0.38% -
HSV(B) 190º 0.51% 0.51% -
XYZ 12.74 15.9 23.52 -
YUV 103.81 142.78 99.61 -
System Red Green Blue C M Y K H S L
Decimal 64 119 130 0.51 0.08 0 0.49 190 0.34 0.38
Hex 40 77 82 33 8 0 31 BE 22 26
Octal 100 167 202 63 10 0 61 276 42 46
Binary 1000000 1110111 10000010 110011 1000 0 110001 10111110 100010 100110

Color Harmonies of #407782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407782

Black with #407782

Text Example


Text Example

White with #407782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407782; }

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

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

background-color css

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

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

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

border-color css

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

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

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