Html Css Color HEX #4133A4 Blue Gem

📋 copy color: '#4133A4'

red 65 ◦ green 51 ◦ blue 164

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

Shades of Blue Gem #4133A4

Tints of Blue Gem #4133A4

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.21%

 BLUE value IS 164 (64.45% from 255) = 58.57%

R = 23.21%
G = 18.21%
B = 58.57%

CMYK

 C value IS 0.60

 M value IS 0.69

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4133A4 (or 0x4133A4) is known color: Blue Gem. HEX triplet: 41, 33 and A4. RGB value is (65,51,164). Sum of RGB (Red+Green+Blue) = 65+51+164=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 164 (64.45% from 255 or 58.57% from 280); Max value from RGB is 164 - color contains mainly: blue. Hex color #4133A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4133A4 is #BECC5B. Grayscale: #434343. Windows color (decimal): -12504156 or 10761025. OLE color: 10761025.

HSL color Cylindrical-coordinate representation of color #4133A4: hue angle of 247.43º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4133A4 is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 65 51 164 -
CMYK 0.60 0.69 0 0.36
HSL 247.43º 0.53% 0.42% -
HSV(B) 247.43º 0.69% 0.64% -
XYZ 10.06 6.17 35.78 -
YUV 68.07 182.14 125.81 -
System Red Green Blue C M Y K H S L
Decimal 65 51 164 0.60 0.69 0 0.36 247.43 0.53 0.42
Hex 41 33 A4 3C 45 0 24 F7 35 2A
Octal 101 63 244 74 105 0 44 367 65 52
Binary 1000001 110011 10100100 111100 1000101 0 100100 11110111 110101 101010

Color Harmonies of #4133A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4133A4

Black with #4133A4

Text Example


Text Example

White with #4133A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4133A4; }

 p { color: rgb(65,51,164); }

 H1.HeaderClassName
 {
   color: #4133A4;
 }
 .AnyTagClassName
 {
   color: #4133A4;
 }
</style>

background-color css

<style>
 a { background-color: #4133A4; }

 a { background-color: rgb(65,51,164); }

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

border-color css

<style>
 span { border-color: #4133A4; }

 span { border-color: rgb(65,51,164); }

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