Html Css Color HEX #4130AC Blue Gem

📋 copy color: '#4130AC'

red 65 ◦ green 48 ◦ blue 172

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

Shades of Blue Gem #4130AC

Tints of Blue Gem #4130AC

RGB

 RED value IS 65 (25.78% from 255) = 22.81%

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

 BLUE value IS 172 (67.58% from 255) = 60.35%

R = 22.81%
G = 16.84%
B = 60.35%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4130AC (or 0x4130AC) is known color: Blue Gem. HEX triplet: 41, 30 and AC. RGB value is (65,48,172). Sum of RGB (Red+Green+Blue) = 65+48+172=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #4130AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4130AC is #BECF53. Grayscale: #424242. Windows color (decimal): -12504916 or 11284545. OLE color: 11284545.

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

Color convert

RGB 65 48 172 -
CMYK 0.62 0.72 0 0.33
HSL 248.23º 0.56% 0.43% -
HSV(B) 248.23º 0.72% 0.67% -
XYZ 10.68 6.22 39.67 -
YUV 67.22 187.13 126.42 -
System Red Green Blue C M Y K H S L
Decimal 65 48 172 0.62 0.72 0 0.33 248.23 0.56 0.43
Hex 41 30 AC 3E 48 0 21 F8 38 2B
Octal 101 60 254 76 110 0 41 370 70 53
Binary 1000001 110000 10101100 111110 1001000 0 100001 11111000 111000 101011

Color Harmonies of #4130AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4130AC

Black with #4130AC

Text Example


Text Example

White with #4130AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4130AC; }

 p { color: rgb(65,48,172); }

 H1.HeaderClassName
 {
   color: #4130AC;
 }
 .AnyTagClassName
 {
   color: #4130AC;
 }
</style>

background-color css

<style>
 a { background-color: #4130AC; }

 a { background-color: rgb(65,48,172); }

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

border-color css

<style>
 span { border-color: #4130AC; }

 span { border-color: rgb(65,48,172); }

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