Html Css Color HEX #40818C Paradiso

📋 copy color: '#40818C'

red 64 ◦ green 129 ◦ blue 140

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

Shades of Paradiso #40818C

Tints of Paradiso #40818C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.74%

 BLUE value IS 140 (55.08% from 255) = 42.04%

R = 19.22%
G = 38.74%
B = 42.04%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40818C (or 0x40818C) is known color: Paradiso. HEX triplet: 40, 81 and 8C. RGB value is (64,129,140). Sum of RGB (Red+Green+Blue) = 64+129+140=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 140 - color contains mainly: blue. Hex color #40818C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40818C is #BF7E73. Grayscale: #6E6E6E. Windows color (decimal): -12549748 or 9208128. OLE color: 9208128.

HSL color Cylindrical-coordinate representation of color #40818C: hue angle of 188.68º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40818C is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 129 140 -
CMYK 0.54 0.08 0 0.45
HSL 188.68º 0.37% 0.4% -
HSV(B) 188.68º 0.54% 0.55% -
XYZ 14.7 18.68 27.64 -
YUV 110.82 144.47 94.61 -
System Red Green Blue C M Y K H S L
Decimal 64 129 140 0.54 0.08 0 0.45 188.68 0.37 0.4
Hex 40 81 8C 36 8 0 2D BD 25 28
Octal 100 201 214 66 10 0 55 275 45 50
Binary 1000000 10000001 10001100 110110 1000 0 101101 10111101 100101 101000

Color Harmonies of #40818C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40818C

Black with #40818C

Text Example


Text Example

White with #40818C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40818C; }

 p { color: rgb(64,129,140); }

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

background-color css

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

 a { background-color: rgb(64,129,140); }

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

border-color css

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

 span { border-color: rgb(64,129,140); }

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