Html Css Color HEX #407F81 Paradiso

📋 copy color: '#407F81'

red 64 ◦ green 127 ◦ blue 129

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

Shades of Paradiso #407F81

Tints of Paradiso #407F81

RGB

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

 GREEN value IS 127 (50% from 255) = 39.69%

 BLUE value IS 129 (50.78% from 255) = 40.31%

R = 20%
G = 39.69%
B = 40.31%

CMYK

 C value IS 0.50

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#407F81 (or 0x407F81) is known color: Paradiso. HEX triplet: 40, 7F and 81. RGB value is (64,127,129). Sum of RGB (Red+Green+Blue) = 64+127+129=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 129 - color contains mainly: blue. Hex color #407F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407F81 is #BF807E. Grayscale: #6C6C6C. Windows color (decimal): -12550271 or 8486720. OLE color: 8486720.

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

Color convert

RGB 64 127 129 -
CMYK 0.50 0.02 0 0.49
HSL 181.85º 0.34% 0.38% -
HSV(B) 181.85º 0.5% 0.51% -
XYZ 13.67 17.85 23.49 -
YUV 108.39 139.63 96.34 -
System Red Green Blue C M Y K H S L
Decimal 64 127 129 0.50 0.02 0 0.49 181.85 0.34 0.38
Hex 40 7F 81 32 2 0 31 B6 22 26
Octal 100 177 201 62 2 0 61 266 42 46
Binary 1000000 1111111 10000001 110010 10 0 110001 10110110 100010 100110

Color Harmonies of #407F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407F81

Black with #407F81

Text Example


Text Example

White with #407F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,127,129); }

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

background-color css

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

 a { background-color: rgb(64,127,129); }

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

border-color css

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

 span { border-color: rgb(64,127,129); }

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