Html Css Color HEX #427982 Paradiso

📋 copy color: '#427982'

red 66 ◦ green 121 ◦ blue 130

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

Shades of Paradiso #427982

Tints of Paradiso #427982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.17%

 BLUE value IS 130 (51.17% from 255) = 41.01%

R = 20.82%
G = 38.17%
B = 41.01%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#427982 (or 0x427982) is known color: Paradiso. HEX triplet: 42, 79 and 82. RGB value is (66,121,130). Sum of RGB (Red+Green+Blue) = 66+121+130=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 130 - color contains mainly: blue. Hex color #427982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427982 is #BD867D. Grayscale: #696969. Windows color (decimal): -12420734 or 8550722. OLE color: 8550722.

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

Color convert

RGB 66 121 130 -
CMYK 0.49 0.07 0 0.49
HSL 188.44º 0.33% 0.38% -
HSV(B) 188.44º 0.49% 0.51% -
XYZ 13.11 16.44 23.6 -
YUV 105.58 141.78 99.77 -
System Red Green Blue C M Y K H S L
Decimal 66 121 130 0.49 0.07 0 0.49 188.44 0.33 0.38
Hex 42 79 82 31 7 0 31 BC 21 26
Octal 102 171 202 61 7 0 61 274 41 46
Binary 1000010 1111001 10000010 110001 111 0 110001 10111100 100001 100110

Color Harmonies of #427982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427982

Black with #427982

Text Example


Text Example

White with #427982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427982; }

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

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

background-color css

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

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

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

border-color css

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

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

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