Html Css Color HEX #4030AB Blue Gem

📋 copy color: '#4030AB'

red 64 ◦ green 48 ◦ blue 171

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

Shades of Blue Gem #4030AB

Tints of Blue Gem #4030AB

RGB

 RED value IS 64 (25.39% from 255) = 22.61%

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

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

R = 22.61%
G = 16.96%
B = 60.42%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4030AB (or 0x4030AB) is known color: Blue Gem. HEX triplet: 40, 30 and AB. RGB value is (64,48,171). Sum of RGB (Red+Green+Blue) = 64+48+171=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #4030AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4030AB is #BFCF54. Grayscale: #424242. Windows color (decimal): -12570453 or 11219008. OLE color: 11219008.

HSL color Cylindrical-coordinate representation of color #4030AB: hue angle of 247.8º 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 #4030AB is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 48 171 -
CMYK 0.63 0.72 0 0.33
HSL 247.8º 0.56% 0.43% -
HSV(B) 247.8º 0.72% 0.67% -
XYZ 10.52 6.14 39.16 -
YUV 66.81 186.8 126 -
System Red Green Blue C M Y K H S L
Decimal 64 48 171 0.63 0.72 0 0.33 247.8 0.56 0.43
Hex 40 30 AB 3F 48 0 21 F8 38 2B
Octal 100 60 253 77 110 0 41 370 70 53
Binary 1000000 110000 10101011 111111 1001000 0 100001 11111000 111000 101011

Color Harmonies of #4030AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4030AB

Black with #4030AB

Text Example


Text Example

White with #4030AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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