Html Css Color HEX #42827D Paradiso

📋 copy color: '#42827D'

red 66 ◦ green 130 ◦ blue 125

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

Shades of Paradiso #42827D

Tints of Paradiso #42827D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.94%

R = 20.56%
G = 40.5%
B = 38.94%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#42827D (or 0x42827D) is known color: Paradiso. HEX triplet: 42, 82 and 7D. RGB value is (66,130,125). Sum of RGB (Red+Green+Blue) = 66+130+125=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 130 - color contains mainly: green. Hex color #42827D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42827D is #BD7D82. Grayscale: #6E6E6E. Windows color (decimal): -12418435 or 8225346. OLE color: 8225346.

HSL color Cylindrical-coordinate representation of color #42827D: hue angle of 175.31º 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 #42827D is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 130 125 -
CMYK 0.49 0 0.04 0.49
HSL 175.31º 0.33% 0.38% -
HSV(B) 175.31º 0.49% 0.51% -
XYZ 13.93 18.6 22.26 -
YUV 110.29 136.3 96.41 -
System Red Green Blue C M Y K H S L
Decimal 66 130 125 0.49 0 0.04 0.49 175.31 0.33 0.38
Hex 42 82 7D 31 0 4 31 AF 21 26
Octal 102 202 175 61 0 4 61 257 41 46
Binary 1000010 10000010 1111101 110001 0 100 110001 10101111 100001 100110

Color Harmonies of #42827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42827D

Black with #42827D

Text Example


Text Example

White with #42827D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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