Html Css Color HEX #407D87 Paradiso

📋 copy color: '#407D87'

red 64 ◦ green 125 ◦ blue 135

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

Shades of Paradiso #407D87

Tints of Paradiso #407D87

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.58%

 BLUE value IS 135 (53.13% from 255) = 41.67%

R = 19.75%
G = 38.58%
B = 41.67%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#407D87 (or 0x407D87) is known color: Paradiso. HEX triplet: 40, 7D and 87. RGB value is (64,125,135). Sum of RGB (Red+Green+Blue) = 64+125+135=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 135 - color contains mainly: blue. Hex color #407D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407D87 is #BF8278. Grayscale: #6B6B6B. Windows color (decimal): -12550777 or 8879424. OLE color: 8879424.

HSL color Cylindrical-coordinate representation of color #407D87: hue angle of 188.45º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #407D87 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 125 135 -
CMYK 0.53 0.07 0 0.47
HSL 188.45º 0.36% 0.39% -
HSV(B) 188.45º 0.53% 0.53% -
XYZ 13.82 17.51 25.57 -
YUV 107.9 143.29 96.69 -
System Red Green Blue C M Y K H S L
Decimal 64 125 135 0.53 0.07 0 0.47 188.45 0.36 0.39
Hex 40 7D 87 35 7 0 2F BC 24 27
Octal 100 175 207 65 7 0 57 274 44 47
Binary 1000000 1111101 10000111 110101 111 0 101111 10111100 100100 100111

Color Harmonies of #407D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407D87

Black with #407D87

Text Example


Text Example

White with #407D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407D87; }

 p { color: rgb(64,125,135); }

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

background-color css

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

 a { background-color: rgb(64,125,135); }

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

border-color css

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

 span { border-color: rgb(64,125,135); }

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