Html Css Color HEX #408483 Paradiso

📋 copy color: '#408483'

red 64 ◦ green 132 ◦ blue 131

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

Shades of Paradiso #408483

Tints of Paradiso #408483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.06%

R = 19.57%
G = 40.37%
B = 40.06%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#408483 (or 0x408483) is known color: Paradiso. HEX triplet: 40, 84 and 83. RGB value is (64,132,131). Sum of RGB (Red+Green+Blue) = 64+132+131=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 132 - color contains mainly: green. Hex color #408483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408483 is #BF7B7C. Grayscale: #6F6F6F. Windows color (decimal): -12548989 or 8619072. OLE color: 8619072.

HSL color Cylindrical-coordinate representation of color #408483: hue angle of 179.12º 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 #408483 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 132 131 -
CMYK 0.52 0 0.01 0.48
HSL 179.12º 0.35% 0.38% -
HSV(B) 179.12º 0.52% 0.52% -
XYZ 14.46 19.23 24.42 -
YUV 111.55 138.97 94.08 -
System Red Green Blue C M Y K H S L
Decimal 64 132 131 0.52 0 0.01 0.48 179.12 0.35 0.38
Hex 40 84 83 34 0 1 30 B3 23 26
Octal 100 204 203 64 0 1 60 263 43 46
Binary 1000000 10000100 10000011 110100 0 1 110000 10110011 100011 100110

Color Harmonies of #408483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408483

Black with #408483

Text Example


Text Example

White with #408483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408483; }

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

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

background-color css

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

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

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

border-color css

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

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

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