Html Css Color HEX #427D83 Paradiso

📋 copy color: '#427D83'

red 66 ◦ green 125 ◦ blue 131

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

Shades of Paradiso #427D83

Tints of Paradiso #427D83

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.82%

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

R = 20.5%
G = 38.82%
B = 40.68%

CMYK

 C value IS 0.50

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#427D83 (or 0x427D83) is known color: Paradiso. HEX triplet: 42, 7D and 83. RGB value is (66,125,131). Sum of RGB (Red+Green+Blue) = 66+125+131=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 131 - color contains mainly: blue. Hex color #427D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427D83 is #BD827C. Grayscale: #6B6B6B. Windows color (decimal): -12419709 or 8617282. OLE color: 8617282.

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

Color convert

RGB 66 125 131 -
CMYK 0.50 0.05 0 0.49
HSL 185.54º 0.33% 0.39% -
HSV(B) 185.54º 0.5% 0.51% -
XYZ 13.68 17.46 24.12 -
YUV 108.04 140.95 98.01 -
System Red Green Blue C M Y K H S L
Decimal 66 125 131 0.50 0.05 0 0.49 185.54 0.33 0.39
Hex 42 7D 83 32 5 0 31 BA 21 27
Octal 102 175 203 62 5 0 61 272 41 47
Binary 1000010 1111101 10000011 110010 101 0 110001 10111010 100001 100111

Color Harmonies of #427D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427D83

Black with #427D83

Text Example


Text Example

White with #427D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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