Html Css Color HEX #457584 Calypso

📋 copy color: '#457584'

red 69 ◦ green 117 ◦ blue 132

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

Shades of Calypso #457584

Tints of Calypso #457584

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.79%

 BLUE value IS 132 (51.95% from 255) = 41.51%

R = 21.7%
G = 36.79%
B = 41.51%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#457584 (or 0x457584) is known color: Calypso. HEX triplet: 45, 75 and 84. RGB value is (69,117,132). Sum of RGB (Red+Green+Blue) = 69+117+132=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 132 - color contains mainly: blue. Hex color #457584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457584 is #BA8A7B. Grayscale: #686868. Windows color (decimal): -12225148 or 8680773. OLE color: 8680773.

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

Color convert

RGB 69 117 132 -
CMYK 0.48 0.11 0 0.48
HSL 194.29º 0.31% 0.39% -
HSV(B) 194.29º 0.48% 0.52% -
XYZ 12.98 15.65 24.17 -
YUV 104.36 143.6 102.78 -
System Red Green Blue C M Y K H S L
Decimal 69 117 132 0.48 0.11 0 0.48 194.29 0.31 0.39
Hex 45 75 84 30 B 0 30 C2 1F 27
Octal 105 165 204 60 13 0 60 302 37 47
Binary 1000101 1110101 10000100 110000 1011 0 110000 11000010 11111 100111

Color Harmonies of #457584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457584

Black with #457584

Text Example


Text Example

White with #457584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457584; }

 p { color: rgb(69,117,132); }

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

background-color css

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

 a { background-color: rgb(69,117,132); }

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

border-color css

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

 span { border-color: rgb(69,117,132); }

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