Html Css Color HEX #427881 Paradiso

📋 copy color: '#427881'

red 66 ◦ green 120 ◦ blue 129

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

Shades of Paradiso #427881

Tints of Paradiso #427881

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.1%

 BLUE value IS 129 (50.78% from 255) = 40.95%

R = 20.95%
G = 38.1%
B = 40.95%

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

#427881 (or 0x427881) is known color: Paradiso. HEX triplet: 42, 78 and 81. RGB value is (66,120,129). Sum of RGB (Red+Green+Blue) = 66+120+129=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 129 - color contains mainly: blue. Hex color #427881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427881 is #BD877E. Grayscale: #686868. Windows color (decimal): -12420991 or 8484930. OLE color: 8484930.

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

Color convert

RGB 66 120 129 -
CMYK 0.49 0.07 0 0.49
HSL 188.57º 0.32% 0.38% -
HSV(B) 188.57º 0.49% 0.51% -
XYZ 12.93 16.18 23.21 -
YUV 104.88 141.61 100.27 -
System Red Green Blue C M Y K H S L
Decimal 66 120 129 0.49 0.07 0 0.49 188.57 0.32 0.38
Hex 42 78 81 31 7 0 31 BD 20 26
Octal 102 170 201 61 7 0 61 275 40 46
Binary 1000010 1111000 10000001 110001 111 0 110001 10111101 100000 100110

Color Harmonies of #427881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427881

Black with #427881

Text Example


Text Example

White with #427881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427881; }

 p { color: rgb(66,120,129); }

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

background-color css

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

 a { background-color: rgb(66,120,129); }

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

border-color css

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

 span { border-color: rgb(66,120,129); }

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