Html Css Color HEX #4230B1 Blue Gem

📋 copy color: '#4230B1'

red 66 ◦ green 48 ◦ blue 177

#4230B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #4230B1

Tints of Blue Gem #4230B1

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 value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4230B1 (or 0x4230B1) is known color: 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

RGB 66 48 177 -
CMYK 0.63 0.73 0 0.31
HSL 248.37º 0.57% 0.44% -
HSV(B) 248.37º 0.73% 0.69% -
XYZ 11.24 6.45 42.25 -
YUV 68.09 189.46 126.51 -
System Red Green Blue C M Y K H S L
Decimal 66 48 177 0.63 0.73 0 0.31 248.37 0.57 0.44
Hex 42 30 B1 3F 49 0 1F F8 39 2C
Octal 102 60 261 77 111 0 37 370 71 54
Binary 1000010 110000 10110001 111111 1001001 0 11111 11111000 111001 101100

Color Harmonies of #4230B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4230B1

Black with #4230B1

Text Example


Text Example

White with #4230B1

Text Example


Text Example

HTML Codes & Css Web 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>