#4230B1

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

Shades of Blue Gem #4230B1

Tints of Blue Gem #4230B1

Color information

#4230B1 (or 0x4230B1) is unknown color: approx Blue Gem. HEX triplet: 42, 30 and B1. RGB value is (66,48,177). Sum of RGB (Red+Green+Blue) = 66+48+177=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 177 (69.53% from 255 or 60.82% from 291); Max value from RGB is 177 - color contains mainly: blue. Hex color #4230B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4230B1 is #BDCF4E. Grayscale: #434343. Windows color (decimal): -12439375 or 11612226. OLE color: 11612226.

HSL color Cylindrical-coordinate representation of color #4230B1: hue angle of 248.37º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4230B1 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6648177-
CMYK0.630.7300.31
HSL248.37º57.33%44.12%-
HSV(B)248.37º72.88%69.41%-
XYZ11.246.4542.25-
YUV68.09189.46126.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.68%
GREEN value IS 48 (19.14% from 255) = 16.49%
BLUE value IS 177 (69.53% from 255) = 60.82%
R=22.68%
G=16.49%
B=60.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal66481770.630.7300.31248.3757.3344.12
Hex4230B13F4901Ff8392c
Octal10260261771110373707154
Binary100001011000010110001111111100100101111111111000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4230B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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