Html Css Color HEX #497F8A Paradiso

📋 copy color: '#497F8A'

red 73 ◦ green 127 ◦ blue 138

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

Shades of Paradiso #497F8A

Tints of Paradiso #497F8A

RGB

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

 GREEN value IS 127 (50% from 255) = 37.57%

 BLUE value IS 138 (54.3% from 255) = 40.83%

R = 21.6%
G = 37.57%
B = 40.83%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#497F8A (or 0x497F8A) is known color: Paradiso. HEX triplet: 49, 7F and 8A. RGB value is (73,127,138). Sum of RGB (Red+Green+Blue) = 73+127+138=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 138 - color contains mainly: blue. Hex color #497F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497F8A is #B68075. Grayscale: #707070. Windows color (decimal): -11960438 or 9076553. OLE color: 9076553.

HSL color Cylindrical-coordinate representation of color #497F8A: hue angle of 190.15º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #497F8A is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 127 138 -
CMYK 0.47 0.08 0 0.46
HSL 190.15º 0.31% 0.41% -
HSV(B) 190.15º 0.47% 0.54% -
XYZ 14.92 18.43 26.82 -
YUV 112.11 142.61 100.11 -
System Red Green Blue C M Y K H S L
Decimal 73 127 138 0.47 0.08 0 0.46 190.15 0.31 0.41
Hex 49 7F 8A 2F 8 0 2E BE 1F 29
Octal 111 177 212 57 10 0 56 276 37 51
Binary 1001001 1111111 10001010 101111 1000 0 101110 10111110 11111 101001

Color Harmonies of #497F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497F8A

Black with #497F8A

Text Example


Text Example

White with #497F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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