Html Css Color HEX #457385 Calypso

📋 copy color: '#457385'

red 69 ◦ green 115 ◦ blue 133

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

Shades of Calypso #457385

Tints of Calypso #457385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.96%

R = 21.77%
G = 36.28%
B = 41.96%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#457385 (or 0x457385) is known color: Calypso. HEX triplet: 45, 73 and 85. RGB value is (69,115,133). Sum of RGB (Red+Green+Blue) = 69+115+133=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: blue. Hex color #457385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457385 is #BA8C7A. Grayscale: #676767. Windows color (decimal): -12225659 or 8745797. OLE color: 8745797.

HSL color Cylindrical-coordinate representation of color #457385: hue angle of 196.88º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #457385 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 115 133 -
CMYK 0.48 0.14 0 0.48
HSL 196.88º 0.32% 0.4% -
HSV(B) 196.88º 0.48% 0.52% -
XYZ 12.82 15.22 24.45 -
YUV 103.3 144.76 103.54 -
System Red Green Blue C M Y K H S L
Decimal 69 115 133 0.48 0.14 0 0.48 196.88 0.32 0.4
Hex 45 73 85 30 E 0 30 C5 20 28
Octal 105 163 205 60 16 0 60 305 40 50
Binary 1000101 1110011 10000101 110000 1110 0 110000 11000101 100000 101000

Color Harmonies of #457385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457385

Black with #457385

Text Example


Text Example

White with #457385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457385; }

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

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

background-color css

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

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

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

border-color css

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

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

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