Html Css Color HEX #428486 Paradiso

📋 copy color: '#428486'

red 66 ◦ green 132 ◦ blue 134

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

Shades of Paradiso #428486

Tints of Paradiso #428486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.36%

R = 19.88%
G = 39.76%
B = 40.36%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#428486 (or 0x428486) is known color: Paradiso. HEX triplet: 42, 84 and 86. RGB value is (66,132,134). Sum of RGB (Red+Green+Blue) = 66+132+134=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 134 - color contains mainly: blue. Hex color #428486 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428486 is #BD7B79. Grayscale: #707070. Windows color (decimal): -12417914 or 8815682. OLE color: 8815682.

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

Color convert

RGB 66 132 134 -
CMYK 0.51 0.01 0 0.47
HSL 181.76º 0.34% 0.39% -
HSV(B) 181.76º 0.51% 0.53% -
XYZ 14.8 19.38 25.52 -
YUV 112.49 140.13 94.84 -
System Red Green Blue C M Y K H S L
Decimal 66 132 134 0.51 0.01 0 0.47 181.76 0.34 0.39
Hex 42 84 86 33 1 0 2F B6 22 27
Octal 102 204 206 63 1 0 57 266 42 47
Binary 1000010 10000100 10000110 110011 1 0 101111 10110110 100010 100111

Color Harmonies of #428486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428486

Black with #428486

Text Example


Text Example

White with #428486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428486; }

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

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

background-color css

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

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

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

border-color css

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

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

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