#453F9E

Color #453F9E Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #453F9E

Tints of Blue Gem #453F9E

Color information

#453F9E (or 0x453F9E) is unknown color: approx Blue Gem. HEX triplet: 45, 3F and 9E. RGB value is (69,63,158). Sum of RGB (Red+Green+Blue) = 69+63+158=290 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.79% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #453F9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453F9E is #BAC061. Grayscale: #4B4B4B. Windows color (decimal): -12238946 or 10370885. OLE color: 10370885.

HSL color Cylindrical-coordinate representation of color #453F9E: hue angle of 243.79º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #453F9E is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6963158-
CMYK0.560.6000.38
HSL243.79º42.99%43.33%-
HSV(B)243.79º60.13%61.96%-
XYZ10.47.2933.21-
YUV75.62174.49123.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.79%
GREEN value IS 63 (25% from 255) = 21.72%
BLUE value IS 158 (62.11% from 255) = 54.48%
R=23.79%
G=21.72%
B=54.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69631580.560.6000.38243.7942.9943.33
Hex453F9E383C026f42b2b
Octal1057723670740463645353
Binary100010111111110011110111000111100010011011110100101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453F9E; }

 p { color: rgb(69,63,158); }

 H1.HeaderClassName
 {
   color: #453F9E;
 }
 .AnyTagClassName
 {
   color: #453F9E;
 }
</style>
background-color css

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

 a { background-color: rgb(69,63,158); }

 div.DivClassName
 {
   background-color: #453F9E;
 }
 .BgClassName
 {
   background-color: #453F9E;
 }
</style>
border-color css

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

 span { border-color: rgb(69,63,158); }

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