Html Css Color HEX #497A7F Paradiso

📋 copy color: '#497A7F'

red 73 ◦ green 122 ◦ blue 127

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

Shades of Paradiso #497A7F

Tints of Paradiso #497A7F

RGB

 RED value IS 73 (28.91% from 255) = 22.67%

 GREEN value IS 122 (48.05% from 255) = 37.89%

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

R = 22.67%
G = 37.89%
B = 39.44%

CMYK

 C value IS 0.43

 M value IS 0.04

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#497A7F (or 0x497A7F) is known color: Paradiso. HEX triplet: 49, 7A and 7F. RGB value is (73,122,127). Sum of RGB (Red+Green+Blue) = 73+122+127=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 127 - color contains mainly: blue. Hex color #497A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A7F is #B68580. Grayscale: #6B6B6B. Windows color (decimal): -11961729 or 8354377. OLE color: 8354377.

HSL color Cylindrical-coordinate representation of color #497A7F: hue angle of 185.56º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #497A7F is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 122 127 -
CMYK 0.43 0.04 0 0.50
HSL 185.56º 0.27% 0.39% -
HSV(B) 185.56º 0.43% 0.5% -
XYZ 13.54 16.87 22.62 -
YUV 107.92 138.77 103.09 -
System Red Green Blue C M Y K H S L
Decimal 73 122 127 0.43 0.04 0 0.50 185.56 0.27 0.39
Hex 49 7A 7F 2B 4 0 32 BA 1B 27
Octal 111 172 177 53 4 0 62 272 33 47
Binary 1001001 1111010 1111111 101011 100 0 110010 10111010 11011 100111

Color Harmonies of #497A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A7F

Black with #497A7F

Text Example


Text Example

White with #497A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497A7F; }

 p { color: rgb(73,122,127); }

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

background-color css

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

 a { background-color: rgb(73,122,127); }

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

border-color css

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

 span { border-color: rgb(73,122,127); }

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