Html Css Color HEX #407982 Paradiso

📋 copy color: '#407982'

red 64 ◦ green 121 ◦ blue 130

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

Shades of Paradiso #407982

Tints of Paradiso #407982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.41%

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

R = 20.32%
G = 38.41%
B = 41.27%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#407982 (or 0x407982) is known color: Paradiso. HEX triplet: 40, 79 and 82. RGB value is (64,121,130). Sum of RGB (Red+Green+Blue) = 64+121+130=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 130 - color contains mainly: blue. Hex color #407982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407982 is #BF867D. Grayscale: #686868. Windows color (decimal): -12551806 or 8550720. OLE color: 8550720.

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

Color convert

RGB 64 121 130 -
CMYK 0.51 0.07 0 0.49
HSL 188.18º 0.34% 0.38% -
HSV(B) 188.18º 0.51% 0.51% -
XYZ 12.98 16.38 23.6 -
YUV 104.98 142.12 98.77 -
System Red Green Blue C M Y K H S L
Decimal 64 121 130 0.51 0.07 0 0.49 188.18 0.34 0.38
Hex 40 79 82 33 7 0 31 BC 22 26
Octal 100 171 202 63 7 0 61 274 42 46
Binary 1000000 1111001 10000010 110011 111 0 110001 10111100 100010 100110

Color Harmonies of #407982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407982

Black with #407982

Text Example


Text Example

White with #407982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407982; }

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

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

background-color css

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

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

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

border-color css

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

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

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