Html Css Color HEX #407883 Paradiso

📋 copy color: '#407883'

red 64 ◦ green 120 ◦ blue 131

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

Shades of Paradiso #407883

Tints of Paradiso #407883

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.1%

 BLUE value IS 131 (51.56% from 255) = 41.59%

R = 20.32%
G = 38.1%
B = 41.59%

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

#407883 (or 0x407883) is known color: Paradiso. HEX triplet: 40, 78 and 83. RGB value is (64,120,131). Sum of RGB (Red+Green+Blue) = 64+120+131=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 131 - color contains mainly: blue. Hex color #407883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407883 is #BF877C. Grayscale: #686868. Windows color (decimal): -12552061 or 8616000. OLE color: 8616000.

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

Color convert

RGB 64 120 131 -
CMYK 0.51 0.08 0 0.49
HSL 189.85º 0.34% 0.38% -
HSV(B) 189.85º 0.51% 0.51% -
XYZ 12.93 16.16 23.91 -
YUV 104.51 142.95 99.11 -
System Red Green Blue C M Y K H S L
Decimal 64 120 131 0.51 0.08 0 0.49 189.85 0.34 0.38
Hex 40 78 83 33 8 0 31 BE 22 26
Octal 100 170 203 63 10 0 61 276 42 46
Binary 1000000 1111000 10000011 110011 1000 0 110001 10111110 100010 100110

Color Harmonies of #407883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407883

Black with #407883

Text Example


Text Example

White with #407883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407883; }

 p { color: rgb(64,120,131); }

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

background-color css

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

 a { background-color: rgb(64,120,131); }

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

border-color css

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

 span { border-color: rgb(64,120,131); }

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