Html Css Color HEX #4132B7 Blue Gem

📋 copy color: '#4132B7'

red 65 ◦ green 50 ◦ blue 183

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

Shades of Blue Gem #4132B7

Tints of Blue Gem #4132B7

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.78%

 BLUE value IS 183 (71.88% from 255) = 61.41%

R = 21.81%
G = 16.78%
B = 61.41%

CMYK

 C value IS 0.64

 M value IS 0.73

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#4132B7 (or 0x4132B7) is known color: Blue Gem. HEX triplet: 41, 32 and B7. RGB value is (65,50,183). Sum of RGB (Red+Green+Blue) = 65+50+183=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 183 (71.88% from 255 or 61.41% from 298); Max value from RGB is 183 - color contains mainly: blue. Hex color #4132B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4132B7 is #BECD48. Grayscale: #454545. Windows color (decimal): -12504393 or 12005953. OLE color: 12005953.

HSL color Cylindrical-coordinate representation of color #4132B7: hue angle of 246.77º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4132B7 is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 65 50 183 -
CMYK 0.64 0.73 0 0.28
HSL 246.77º 0.57% 0.46% -
HSV(B) 246.77º 0.73% 0.72% -
XYZ 11.87 6.82 45.49 -
YUV 69.65 191.97 124.69 -
System Red Green Blue C M Y K H S L
Decimal 65 50 183 0.64 0.73 0 0.28 246.77 0.57 0.46
Hex 41 32 B7 40 49 0 1C F7 39 2E
Octal 101 62 267 100 111 0 34 367 71 56
Binary 1000001 110010 10110111 1000000 1001001 0 11100 11110111 111001 101110

Color Harmonies of #4132B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4132B7

Black with #4132B7

Text Example


Text Example

White with #4132B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4132B7; }

 p { color: rgb(65,50,183); }

 H1.HeaderClassName
 {
   color: #4132B7;
 }
 .AnyTagClassName
 {
   color: #4132B7;
 }
</style>

background-color css

<style>
 a { background-color: #4132B7; }

 a { background-color: rgb(65,50,183); }

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

border-color css

<style>
 span { border-color: #4132B7; }

 span { border-color: rgb(65,50,183); }

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