Html Css Color HEX #408485 Paradiso

📋 copy color: '#408485'

red 64 ◦ green 132 ◦ blue 133

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

Shades of Paradiso #408485

Tints of Paradiso #408485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.43%

R = 19.45%
G = 40.12%
B = 40.43%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#408485 (or 0x408485) is known color: Paradiso. HEX triplet: 40, 84 and 85. RGB value is (64,132,133). Sum of RGB (Red+Green+Blue) = 64+132+133=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #408485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408485 is #BF7B7A. Grayscale: #6F6F6F. Windows color (decimal): -12548987 or 8750144. OLE color: 8750144.

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

Color convert

RGB 64 132 133 -
CMYK 0.52 0.01 0 0.48
HSL 180.87º 0.35% 0.39% -
HSV(B) 180.87º 0.52% 0.52% -
XYZ 14.6 19.29 25.14 -
YUV 111.78 139.97 93.92 -
System Red Green Blue C M Y K H S L
Decimal 64 132 133 0.52 0.01 0 0.48 180.87 0.35 0.39
Hex 40 84 85 34 1 0 30 B5 23 27
Octal 100 204 205 64 1 0 60 265 43 47
Binary 1000000 10000100 10000101 110100 1 0 110000 10110101 100011 100111

Color Harmonies of #408485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408485

Black with #408485

Text Example


Text Example

White with #408485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408485; }

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

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

background-color css

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

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

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

border-color css

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

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

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