Html Css Color HEX #408683 Paradiso

📋 copy color: '#408683'

red 64 ◦ green 134 ◦ blue 131

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

Shades of Paradiso #408683

Tints of Paradiso #408683

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.73%

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

R = 19.45%
G = 40.73%
B = 39.82%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#408683 (or 0x408683) is known color: Paradiso. HEX triplet: 40, 86 and 83. RGB value is (64,134,131). Sum of RGB (Red+Green+Blue) = 64+134+131=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #408683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408683 is #BF797C. Grayscale: #707070. Windows color (decimal): -12548477 or 8619584. OLE color: 8619584.

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

Color convert

RGB 64 134 131 -
CMYK 0.52 0 0.02 0.47
HSL 177.43º 0.35% 0.39% -
HSV(B) 177.43º 0.52% 0.53% -
XYZ 14.74 19.78 24.51 -
YUV 112.73 138.31 93.24 -
System Red Green Blue C M Y K H S L
Decimal 64 134 131 0.52 0 0.02 0.47 177.43 0.35 0.39
Hex 40 86 83 34 0 2 2F B1 23 27
Octal 100 206 203 64 0 2 57 261 43 47
Binary 1000000 10000110 10000011 110100 0 10 101111 10110001 100011 100111

Color Harmonies of #408683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408683

Black with #408683

Text Example


Text Example

White with #408683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408683; }

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

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

background-color css

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

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

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

border-color css

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

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

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