Html Css Color HEX #407B86 Paradiso

📋 copy color: '#407B86'

red 64 ◦ green 123 ◦ blue 134

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

Shades of Paradiso #407B86

Tints of Paradiso #407B86

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.32%

 BLUE value IS 134 (52.73% from 255) = 41.74%

R = 19.94%
G = 38.32%
B = 41.74%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#407B86 (or 0x407B86) is known color: Paradiso. HEX triplet: 40, 7B and 86. RGB value is (64,123,134). Sum of RGB (Red+Green+Blue) = 64+123+134=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 134 - color contains mainly: blue. Hex color #407B86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407B86 is #BF8479. Grayscale: #6A6A6A. Windows color (decimal): -12551290 or 8813376. OLE color: 8813376.

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

Color convert

RGB 64 123 134 -
CMYK 0.52 0.08 0 0.47
HSL 189.43º 0.35% 0.39% -
HSV(B) 189.43º 0.52% 0.53% -
XYZ 13.5 16.98 25.12 -
YUV 106.61 143.45 97.61 -
System Red Green Blue C M Y K H S L
Decimal 64 123 134 0.52 0.08 0 0.47 189.43 0.35 0.39
Hex 40 7B 86 34 8 0 2F BD 23 27
Octal 100 173 206 64 10 0 57 275 43 47
Binary 1000000 1111011 10000110 110100 1000 0 101111 10111101 100011 100111

Color Harmonies of #407B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407B86

Black with #407B86

Text Example


Text Example

White with #407B86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,123,134); }

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

background-color css

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

 a { background-color: rgb(64,123,134); }

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

border-color css

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

 span { border-color: rgb(64,123,134); }

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