#4230B4

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

Shades of Blue Gem #4230B4

Tints of Blue Gem #4230B4

Color information

#4230B4 (or 0x4230B4) is unknown color: approx Blue Gem. HEX triplet: 42, 30 and B4. RGB value is (66,48,180). Sum of RGB (Red+Green+Blue) = 66+48+180=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 180 (70.70% from 255 or 61.22% from 294); Max value from RGB is 180 - color contains mainly: blue. Hex color #4230B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4230B4 is #BDCF4B. Grayscale: #434343. Windows color (decimal): -12439372 or 11808834. OLE color: 11808834.

HSL color Cylindrical-coordinate representation of color #4230B4: hue angle of 248.18º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4230B4 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6648180-
CMYK0.630.7300.29
HSL248.18º57.89%44.71%-
HSV(B)248.18º73.33%70.59%-
XYZ11.546.5743.84-
YUV68.43190.96126.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 48 (19.14% from 255) = 16.33%
BLUE value IS 180 (70.70% from 255) = 61.22%
R=22.45%
G=16.33%
B=61.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66481800.630.7300.29248.1857.8944.71
Hex4230B43F4901Df83a2d
Octal10260264771110353707255
Binary100001011000010110100111111100100101110111111000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4230B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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