Html Css Color HEX #40807D Paradiso

📋 copy color: '#40807D'

red 64 ◦ green 128 ◦ blue 125

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

Shades of Paradiso #40807D

Tints of Paradiso #40807D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.38%

 BLUE value IS 125 (49.22% from 255) = 39.43%

R = 20.19%
G = 40.38%
B = 39.43%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#40807D (or 0x40807D) is known color: Paradiso. HEX triplet: 40, 80 and 7D. RGB value is (64,128,125). Sum of RGB (Red+Green+Blue) = 64+128+125=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 128 - color contains mainly: green. Hex color #40807D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40807D is #BF7F82. Grayscale: #6C6C6C. Windows color (decimal): -12550019 or 8224832. OLE color: 8224832.

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

Color convert

RGB 64 128 125 -
CMYK 0.5 0 0.02 0.50
HSL 177.19º 0.33% 0.38% -
HSV(B) 177.19º 0.5% 0.5% -
XYZ 13.54 18.01 22.16 -
YUV 108.52 137.3 96.24 -
System Red Green Blue C M Y K H S L
Decimal 64 128 125 0.5 0 0.02 0.50 177.19 0.33 0.38
Hex 40 80 7D 32 0 2 32 B1 21 26
Octal 100 200 175 62 0 2 62 261 41 46
Binary 1000000 10000000 1111101 110010 0 10 110010 10110001 100001 100110

Color Harmonies of #40807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40807D

Black with #40807D

Text Example


Text Example

White with #40807D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40807D; }

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

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

background-color css

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

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

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

border-color css

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

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

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