Html Css Color HEX #457389 Calypso

📋 copy color: '#457389'

red 69 ◦ green 115 ◦ blue 137

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

Shades of Calypso #457389

Tints of Calypso #457389

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.83%

 BLUE value IS 137 (53.91% from 255) = 42.68%

R = 21.5%
G = 35.83%
B = 42.68%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#457389 (or 0x457389) is known color: Calypso. HEX triplet: 45, 73 and 89. RGB value is (69,115,137). Sum of RGB (Red+Green+Blue) = 69+115+137=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 137 - color contains mainly: blue. Hex color #457389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457389 is #BA8C76. Grayscale: #676767. Windows color (decimal): -12225655 or 9007941. OLE color: 9007941.

HSL color Cylindrical-coordinate representation of color #457389: hue angle of 199.41º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #457389 is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 115 137 -
CMYK 0.50 0.16 0 0.46
HSL 199.41º 0.33% 0.4% -
HSV(B) 199.41º 0.5% 0.54% -
XYZ 13.1 15.33 25.94 -
YUV 103.75 146.76 103.21 -
System Red Green Blue C M Y K H S L
Decimal 69 115 137 0.50 0.16 0 0.46 199.41 0.33 0.4
Hex 45 73 89 32 10 0 2E C7 21 28
Octal 105 163 211 62 20 0 56 307 41 50
Binary 1000101 1110011 10001001 110010 10000 0 101110 11000111 100001 101000

Color Harmonies of #457389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457389

Black with #457389

Text Example


Text Example

White with #457389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457389; }

 p { color: rgb(69,115,137); }

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

background-color css

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

 a { background-color: rgb(69,115,137); }

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

border-color css

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

 span { border-color: rgb(69,115,137); }

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