Html Css Color HEX #428783 Paradiso

📋 copy color: '#428783'

red 66 ◦ green 135 ◦ blue 131

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

Shades of Paradiso #428783

Tints of Paradiso #428783

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.66%

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

R = 19.88%
G = 40.66%
B = 39.46%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#428783 (or 0x428783) is known color: Paradiso. HEX triplet: 42, 87 and 83. RGB value is (66,135,131). Sum of RGB (Red+Green+Blue) = 66+135+131=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #428783 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428783 is #BD787C. Grayscale: #717171. Windows color (decimal): -12417149 or 8619842. OLE color: 8619842.

HSL color Cylindrical-coordinate representation of color #428783: hue angle of 176.52º 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 #428783 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 135 131 -
CMYK 0.51 0 0.03 0.47
HSL 176.52º 0.34% 0.39% -
HSV(B) 176.52º 0.51% 0.53% -
XYZ 15.01 20.12 24.57 -
YUV 113.91 137.64 93.83 -
System Red Green Blue C M Y K H S L
Decimal 66 135 131 0.51 0 0.03 0.47 176.52 0.34 0.39
Hex 42 87 83 33 0 3 2F B1 22 27
Octal 102 207 203 63 0 3 57 261 42 47
Binary 1000010 10000111 10000011 110011 0 11 101111 10110001 100010 100111

Color Harmonies of #428783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428783

Black with #428783

Text Example


Text Example

White with #428783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428783; }

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

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

background-color css

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

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

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

border-color css

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

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

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