Html Css Color HEX #40847F Paradiso

📋 copy color: '#40847F'

red 64 ◦ green 132 ◦ blue 127

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

Shades of Paradiso #40847F

Tints of Paradiso #40847F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.87%

 BLUE value IS 127 (50% from 255) = 39.32%

R = 19.81%
G = 40.87%
B = 39.32%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#40847F (or 0x40847F) is known color: Paradiso. HEX triplet: 40, 84 and 7F. RGB value is (64,132,127). Sum of RGB (Red+Green+Blue) = 64+132+127=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 132 - color contains mainly: green. Hex color #40847F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40847F is #BF7B80. Grayscale: #6F6F6F. Windows color (decimal): -12548993 or 8356928. OLE color: 8356928.

HSL color Cylindrical-coordinate representation of color #40847F: hue angle of 175.59º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40847F is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 132 127 -
CMYK 0.52 0 0.04 0.48
HSL 175.59º 0.35% 0.38% -
HSV(B) 175.59º 0.52% 0.52% -
XYZ 14.2 19.12 23.02 -
YUV 111.1 136.97 94.41 -
System Red Green Blue C M Y K H S L
Decimal 64 132 127 0.52 0 0.04 0.48 175.59 0.35 0.38
Hex 40 84 7F 34 0 4 30 B0 23 26
Octal 100 204 177 64 0 4 60 260 43 46
Binary 1000000 10000100 1111111 110100 0 100 110000 10110000 100011 100110

Color Harmonies of #40847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40847F

Black with #40847F

Text Example


Text Example

White with #40847F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40847F; }

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

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

background-color css

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

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

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

border-color css

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

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

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