Html Css Color HEX #4230AB Blue Gem

📋 copy color: '#4230AB'

red 66 ◦ green 48 ◦ blue 171

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

Shades of Blue Gem #4230AB

Tints of Blue Gem #4230AB

RGB

 RED value IS 66 (26.17% from 255) = 23.16%

 GREEN value IS 48 (19.14% from 255) = 16.84%

 BLUE value IS 171 (67.19% from 255) = 60%

R = 23.16%
G = 16.84%
B = 60%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4230AB (or 0x4230AB) is known color: Blue Gem. HEX triplet: 42, 30 and AB. RGB value is (66,48,171). Sum of RGB (Red+Green+Blue) = 66+48+171=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #4230AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4230AB is #BDCF54. Grayscale: #424242. Windows color (decimal): -12439381 or 11219010. OLE color: 11219010.

HSL color Cylindrical-coordinate representation of color #4230AB: hue angle of 248.78º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4230AB is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 48 171 -
CMYK 0.61 0.72 0 0.33
HSL 248.78º 0.56% 0.43% -
HSV(B) 248.78º 0.72% 0.67% -
XYZ 10.65 6.21 39.17 -
YUV 67.4 186.46 127 -
System Red Green Blue C M Y K H S L
Decimal 66 48 171 0.61 0.72 0 0.33 248.78 0.56 0.43
Hex 42 30 AB 3D 48 0 21 F9 38 2B
Octal 102 60 253 75 110 0 41 371 70 53
Binary 1000010 110000 10101011 111101 1001000 0 100001 11111001 111000 101011

Color Harmonies of #4230AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4230AB

Black with #4230AB

Text Example


Text Example

White with #4230AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4230AB;
 }
 .AnyTagClassName
 {
   color: #4230AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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