Html Css Color HEX #428483 Paradiso

📋 copy color: '#428483'

red 66 ◦ green 132 ◦ blue 131

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

Shades of Paradiso #428483

Tints of Paradiso #428483

RGB

 RED value IS 66 (26.17% from 255) = 20.06%

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

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

R = 20.06%
G = 40.12%
B = 39.82%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#428483 (or 0x428483) is known color: Paradiso. HEX triplet: 42, 84 and 83. RGB value is (66,132,131). Sum of RGB (Red+Green+Blue) = 66+132+131=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #428483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428483 is #BD7B7C. Grayscale: #707070. Windows color (decimal): -12417917 or 8619074. OLE color: 8619074.

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

Color convert

RGB 66 132 131 -
CMYK 0.5 0 0.01 0.48
HSL 179.09º 0.33% 0.39% -
HSV(B) 179.09º 0.5% 0.52% -
XYZ 14.59 19.3 24.43 -
YUV 112.15 138.63 95.08 -
System Red Green Blue C M Y K H S L
Decimal 66 132 131 0.5 0 0.01 0.48 179.09 0.33 0.39
Hex 42 84 83 32 0 1 30 B3 21 27
Octal 102 204 203 62 0 1 60 263 41 47
Binary 1000010 10000100 10000011 110010 0 1 110000 10110011 100001 100111

Color Harmonies of #428483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428483

Black with #428483

Text Example


Text Example

White with #428483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428483; }

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

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

background-color css

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

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

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

border-color css

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

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

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