Html Css Color HEX #427782 Paradiso

📋 copy color: '#427782'

red 66 ◦ green 119 ◦ blue 130

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

Shades of Paradiso #427782

Tints of Paradiso #427782

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.78%

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

R = 20.95%
G = 37.78%
B = 41.27%

CMYK

 C value IS 0.49

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#427782 (or 0x427782) is known color: Paradiso. HEX triplet: 42, 77 and 82. RGB value is (66,119,130). Sum of RGB (Red+Green+Blue) = 66+119+130=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 130 - color contains mainly: blue. Hex color #427782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427782 is #BD887D. Grayscale: #686868. Windows color (decimal): -12421246 or 8550210. OLE color: 8550210.

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

Color convert

RGB 66 119 130 -
CMYK 0.49 0.08 0 0.49
HSL 190.31º 0.33% 0.38% -
HSV(B) 190.31º 0.49% 0.51% -
XYZ 12.87 15.96 23.52 -
YUV 104.41 142.44 100.61 -
System Red Green Blue C M Y K H S L
Decimal 66 119 130 0.49 0.08 0 0.49 190.31 0.33 0.38
Hex 42 77 82 31 8 0 31 BE 21 26
Octal 102 167 202 61 10 0 61 276 41 46
Binary 1000010 1110111 10000010 110001 1000 0 110001 10111110 100001 100110

Color Harmonies of #427782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427782

Black with #427782

Text Example


Text Example

White with #427782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427782; }

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

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

background-color css

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

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

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

border-color css

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

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

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