Html Css Color HEX #4126A5 Blue Gem

📋 copy color: '#4126A5'

red 65 ◦ green 38 ◦ blue 165

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

Shades of Blue Gem #4126A5

Tints of Blue Gem #4126A5

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.18%

 BLUE value IS 165 (64.84% from 255) = 61.57%

R = 24.25%
G = 14.18%
B = 61.57%

CMYK

 C value IS 0.61

 M value IS 0.77

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4126A5 (or 0x4126A5) is known color: Blue Gem. HEX triplet: 41, 26 and A5. RGB value is (65,38,165). Sum of RGB (Red+Green+Blue) = 65+38+165=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 165 (64.84% from 255 or 61.57% from 268); Max value from RGB is 165 - color contains mainly: blue. Hex color #4126A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4126A5 is #BED95A. Grayscale: #3C3C3C. Windows color (decimal): -12507483 or 10823233. OLE color: 10823233.

HSL color Cylindrical-coordinate representation of color #4126A5: hue angle of 252.76º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4126A5 is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 65 38 165 -
CMYK 0.61 0.77 0 0.35
HSL 252.76º 0.63% 0.4% -
HSV(B) 252.76º 0.77% 0.65% -
XYZ 9.66 5.23 36.1 -
YUV 60.55 186.95 131.17 -
System Red Green Blue C M Y K H S L
Decimal 65 38 165 0.61 0.77 0 0.35 252.76 0.63 0.4
Hex 41 26 A5 3D 4D 0 23 FD 3F 28
Octal 101 46 245 75 115 0 43 375 77 50
Binary 1000001 100110 10100101 111101 1001101 0 100011 11111101 111111 101000

Color Harmonies of #4126A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4126A5

Black with #4126A5

Text Example


Text Example

White with #4126A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4126A5; }

 p { color: rgb(65,38,165); }

 H1.HeaderClassName
 {
   color: #4126A5;
 }
 .AnyTagClassName
 {
   color: #4126A5;
 }
</style>

background-color css

<style>
 a { background-color: #4126A5; }

 a { background-color: rgb(65,38,165); }

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

border-color css

<style>
 span { border-color: #4126A5; }

 span { border-color: rgb(65,38,165); }

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