Html Css Color HEX #40827D Paradiso

📋 copy color: '#40827D'

red 64 ◦ green 130 ◦ blue 125

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

Shades of Paradiso #40827D

Tints of Paradiso #40827D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.75%

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

R = 20.06%
G = 40.75%
B = 39.18%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#40827D (or 0x40827D) is known color: Paradiso. HEX triplet: 40, 82 and 7D. RGB value is (64,130,125). Sum of RGB (Red+Green+Blue) = 64+130+125=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #40827D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40827D is #BF7D82. Grayscale: #6D6D6D. Windows color (decimal): -12549507 or 8225344. OLE color: 8225344.

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

Color convert

RGB 64 130 125 -
CMYK 0.51 0 0.04 0.49
HSL 175.45º 0.34% 0.38% -
HSV(B) 175.45º 0.51% 0.51% -
XYZ 13.8 18.54 22.25 -
YUV 109.7 136.63 95.41 -
System Red Green Blue C M Y K H S L
Decimal 64 130 125 0.51 0 0.04 0.49 175.45 0.34 0.38
Hex 40 82 7D 33 0 4 31 AF 22 26
Octal 100 202 175 63 0 4 61 257 42 46
Binary 1000000 10000010 1111101 110011 0 100 110001 10101111 100010 100110

Color Harmonies of #40827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40827D

Black with #40827D

Text Example


Text Example

White with #40827D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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