Html Css Color HEX #457980 Paradiso

📋 copy color: '#457980'

red 69 ◦ green 121 ◦ blue 128

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

Shades of Paradiso #457980

Tints of Paradiso #457980

RGB

 RED value IS 69 (27.34% from 255) = 21.7%

 GREEN value IS 121 (47.66% from 255) = 38.05%

 BLUE value IS 128 (50.39% from 255) = 40.25%

R = 21.7%
G = 38.05%
B = 40.25%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#457980 (or 0x457980) is known color: Paradiso. HEX triplet: 45, 79 and 80. RGB value is (69,121,128). Sum of RGB (Red+Green+Blue) = 69+121+128=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 128 - color contains mainly: blue. Hex color #457980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457980 is #BA867F. Grayscale: #6A6A6A. Windows color (decimal): -12224128 or 8419653. OLE color: 8419653.

HSL color Cylindrical-coordinate representation of color #457980: hue angle of 187.12º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #457980 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 69 121 128 -
CMYK 0.46 0.05 0 0.50
HSL 187.12º 0.3% 0.39% -
HSV(B) 187.12º 0.46% 0.5% -
XYZ 13.19 16.5 22.91 -
YUV 106.25 140.27 101.43 -
System Red Green Blue C M Y K H S L
Decimal 69 121 128 0.46 0.05 0 0.50 187.12 0.3 0.39
Hex 45 79 80 2E 5 0 32 BB 1E 27
Octal 105 171 200 56 5 0 62 273 36 47
Binary 1000101 1111001 10000000 101110 101 0 110010 10111011 11110 100111

Color Harmonies of #457980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457980

Black with #457980

Text Example


Text Example

White with #457980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457980; }

 p { color: rgb(69,121,128); }

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

background-color css

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

 a { background-color: rgb(69,121,128); }

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

border-color css

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

 span { border-color: rgb(69,121,128); }

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