Html Css Color HEX #497B7D Paradiso

📋 copy color: '#497B7D'

red 73 ◦ green 123 ◦ blue 125

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

Shades of Paradiso #497B7D

Tints of Paradiso #497B7D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.32%

 BLUE value IS 125 (49.22% from 255) = 38.94%

R = 22.74%
G = 38.32%
B = 38.94%

CMYK

 C value IS 0.42

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#497B7D (or 0x497B7D) is known color: Paradiso. HEX triplet: 49, 7B and 7D. RGB value is (73,123,125). Sum of RGB (Red+Green+Blue) = 73+123+125=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 125 - color contains mainly: blue. Hex color #497B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497B7D is #B68482. Grayscale: #6C6C6C. Windows color (decimal): -11961475 or 8223561. OLE color: 8223561.

HSL color Cylindrical-coordinate representation of color #497B7D: hue angle of 182.31º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #497B7D is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 123 125 -
CMYK 0.42 0.02 0 0.51
HSL 182.31º 0.26% 0.39% -
HSV(B) 182.31º 0.42% 0.49% -
XYZ 13.53 17.06 21.98 -
YUV 108.28 137.44 102.84 -
System Red Green Blue C M Y K H S L
Decimal 73 123 125 0.42 0.02 0 0.51 182.31 0.26 0.39
Hex 49 7B 7D 2A 2 0 33 B6 1A 27
Octal 111 173 175 52 2 0 63 266 32 47
Binary 1001001 1111011 1111101 101010 10 0 110011 10110110 11010 100111

Color Harmonies of #497B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497B7D

Black with #497B7D

Text Example


Text Example

White with #497B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,123,125); }

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

background-color css

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

 a { background-color: rgb(73,123,125); }

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

border-color css

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

 span { border-color: rgb(73,123,125); }

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