Html Css Color HEX #427C7F Paradiso

📋 copy color: '#427C7F'

red 66 ◦ green 124 ◦ blue 127

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

Shades of Paradiso #427C7F

Tints of Paradiso #427C7F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.12%

 BLUE value IS 127 (50% from 255) = 40.06%

R = 20.82%
G = 39.12%
B = 40.06%

CMYK

 C value IS 0.48

 M value IS 0.02

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#427C7F (or 0x427C7F) is known color: Paradiso. HEX triplet: 42, 7C and 7F. RGB value is (66,124,127). Sum of RGB (Red+Green+Blue) = 66+124+127=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 127 - color contains mainly: blue. Hex color #427C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427C7F is #BD8380. Grayscale: #6A6A6A. Windows color (decimal): -12419969 or 8354882. OLE color: 8354882.

HSL color Cylindrical-coordinate representation of color #427C7F: hue angle of 182.95º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427C7F is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 124 127 -
CMYK 0.48 0.02 0 0.50
HSL 182.95º 0.32% 0.38% -
HSV(B) 182.95º 0.48% 0.5% -
XYZ 13.29 17.11 22.68 -
YUV 107 139.28 98.76 -
System Red Green Blue C M Y K H S L
Decimal 66 124 127 0.48 0.02 0 0.50 182.95 0.32 0.38
Hex 42 7C 7F 30 2 0 32 B7 20 26
Octal 102 174 177 60 2 0 62 267 40 46
Binary 1000010 1111100 1111111 110000 10 0 110010 10110111 100000 100110

Color Harmonies of #427C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C7F

Black with #427C7F

Text Example


Text Example

White with #427C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,124,127); }

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

background-color css

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

 a { background-color: rgb(66,124,127); }

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

border-color css

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

 span { border-color: rgb(66,124,127); }

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