#451ca4

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

Shades of Blue Gem #451CA4

Tints of Blue Gem #451CA4

Color information

#451CA4 (or 0x451CA4) is unknown color: approx Blue Gem. HEX triplet: 45, 1C and A4. RGB value is (69,28,164). Sum of RGB (Red+Green+Blue) = 69+28+164=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 164 (64.45% from 255 or 62.84% from 261); Max value from RGB is 164 - color contains mainly: blue. Hex color #451CA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451CA4 is #BAE35B. Grayscale: #373737. Windows color (decimal): -12247900 or 10755141. OLE color: 10755141.

HSL color Cylindrical-coordinate representation of color #451CA4: hue angle of 258.09º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #451CA4 is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6928164-
CMYK0.580.8300.36
HSL258.09º70.83%37.65%-
HSV(B)258.09º82.93%64.31%-
XYZ9.574.7835.54-
YUV55.76189.08137.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.44%
GREEN value IS 28 (11.33% from 255) = 10.73%
BLUE value IS 164 (64.45% from 255) = 62.84%
R=26.44%
G=10.73%
B=62.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal69281640.580.8300.36258.0970.8337.65
Hex451CA43A530241024726
Octal105342447212304440210746
Binary10001011110010100100111010101001101001001000000101000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451ca4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451ca4; }

 p { color: rgb(69,28,164); }

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

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

 a { background-color: rgb(69,28,164); }

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

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

 span { border-color: rgb(69,28,164); }

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