Html Css Color HEX #427983 Paradiso

📋 copy color: '#427983'

red 66 ◦ green 121 ◦ blue 131

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

Shades of Paradiso #427983

Tints of Paradiso #427983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 41.19%

R = 20.75%
G = 38.05%
B = 41.19%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#427983 (or 0x427983) is known color: Paradiso. HEX triplet: 42, 79 and 83. RGB value is (66,121,131). Sum of RGB (Red+Green+Blue) = 66+121+131=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 131 - color contains mainly: blue. Hex color #427983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427983 is #BD867C. Grayscale: #696969. Windows color (decimal): -12420733 or 8616258. OLE color: 8616258.

HSL color Cylindrical-coordinate representation of color #427983: hue angle of 189.23º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #427983 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 121 131 -
CMYK 0.50 0.08 0 0.49
HSL 189.23º 0.33% 0.39% -
HSV(B) 189.23º 0.5% 0.51% -
XYZ 13.18 16.47 23.96 -
YUV 105.7 142.28 99.69 -
System Red Green Blue C M Y K H S L
Decimal 66 121 131 0.50 0.08 0 0.49 189.23 0.33 0.39
Hex 42 79 83 32 8 0 31 BD 21 27
Octal 102 171 203 62 10 0 61 275 41 47
Binary 1000010 1111001 10000011 110010 1000 0 110001 10111101 100001 100111

Color Harmonies of #427983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427983

Black with #427983

Text Example


Text Example

White with #427983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427983; }

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

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

background-color css

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

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

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

border-color css

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

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

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