Html Css Color HEX #42827C Paradiso

📋 copy color: '#42827C'

red 66 ◦ green 130 ◦ blue 124

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

Shades of Paradiso #42827C

Tints of Paradiso #42827C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.63%

 BLUE value IS 124 (48.83% from 255) = 38.75%

R = 20.63%
G = 40.63%
B = 38.75%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#42827C (or 0x42827C) is known color: Paradiso. HEX triplet: 42, 82 and 7C. RGB value is (66,130,124). Sum of RGB (Red+Green+Blue) = 66+130+124=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 130 - color contains mainly: green. Hex color #42827C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42827C is #BD7D83. Grayscale: #6E6E6E. Windows color (decimal): -12418436 or 8159810. OLE color: 8159810.

HSL color Cylindrical-coordinate representation of color #42827C: hue angle of 174.38º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #42827C is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 130 124 -
CMYK 0.49 0 0.05 0.49
HSL 174.38º 0.33% 0.38% -
HSV(B) 174.38º 0.49% 0.51% -
XYZ 13.87 18.58 21.92 -
YUV 110.18 135.8 96.49 -
System Red Green Blue C M Y K H S L
Decimal 66 130 124 0.49 0 0.05 0.49 174.38 0.33 0.38
Hex 42 82 7C 31 0 5 31 AE 21 26
Octal 102 202 174 61 0 5 61 256 41 46
Binary 1000010 10000010 1111100 110001 0 101 110001 10101110 100001 100110

Color Harmonies of #42827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42827C

Black with #42827C

Text Example


Text Example

White with #42827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42827C; }

 p { color: rgb(66,130,124); }

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

background-color css

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

 a { background-color: rgb(66,130,124); }

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

border-color css

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

 span { border-color: rgb(66,130,124); }

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