#4230AE

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

Shades of Blue Gem #4230AE

Tints of Blue Gem #4230AE

Color information

#4230AE (or 0x4230AE) is unknown color: approx Blue Gem. HEX triplet: 42, 30 and AE. RGB value is (66,48,174). Sum of RGB (Red+Green+Blue) = 66+48+174=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #4230AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4230AE is #BDCF51. Grayscale: #434343. Windows color (decimal): -12439378 or 11415618. OLE color: 11415618.

HSL color Cylindrical-coordinate representation of color #4230AE: hue angle of 248.57º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4230AE is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6648174-
CMYK0.620.7200.32
HSL248.57º56.76%43.53%-
HSV(B)248.57º72.41%68.24%-
XYZ10.946.3340.69-
YUV67.75187.96126.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.92%
GREEN value IS 48 (19.14% from 255) = 16.67%
BLUE value IS 174 (68.36% from 255) = 60.42%
R=22.92%
G=16.67%
B=60.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66481740.620.7200.32248.5756.7643.53
Hex4230AE3E48020f9392c
Octal10260256761100403717154
Binary1000010110000101011101111101001000010000011111001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4230AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4230AE; }

 p { color: rgb(66,48,174); }

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

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

 a { background-color: rgb(66,48,174); }

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

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

 span { border-color: rgb(66,48,174); }

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