Html Css Color HEX #457288 Calypso

📋 copy color: '#457288'

red 69 ◦ green 114 ◦ blue 136

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

Shades of Calypso #457288

Tints of Calypso #457288

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.74%

 BLUE value IS 136 (53.52% from 255) = 42.63%

R = 21.63%
G = 35.74%
B = 42.63%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#457288 (or 0x457288) is known color: Calypso. HEX triplet: 45, 72 and 88. RGB value is (69,114,136). Sum of RGB (Red+Green+Blue) = 69+114+136=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 136 - color contains mainly: blue. Hex color #457288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457288 is #BA8D77. Grayscale: #666666. Windows color (decimal): -12225912 or 8942149. OLE color: 8942149.

HSL color Cylindrical-coordinate representation of color #457288: hue angle of 199.7º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #457288 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 114 136 -
CMYK 0.49 0.16 0 0.47
HSL 199.7º 0.33% 0.4% -
HSV(B) 199.7º 0.49% 0.53% -
XYZ 12.92 15.08 25.52 -
YUV 103.05 146.59 103.71 -
System Red Green Blue C M Y K H S L
Decimal 69 114 136 0.49 0.16 0 0.47 199.7 0.33 0.4
Hex 45 72 88 31 10 0 2F C8 21 28
Octal 105 162 210 61 20 0 57 310 41 50
Binary 1000101 1110010 10001000 110001 10000 0 101111 11001000 100001 101000

Color Harmonies of #457288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457288

Black with #457288

Text Example


Text Example

White with #457288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457288; }

 p { color: rgb(69,114,136); }

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

background-color css

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

 a { background-color: rgb(69,114,136); }

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

border-color css

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

 span { border-color: rgb(69,114,136); }

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