Html Css Color HEX #4431AF Blue Gem

📋 copy color: '#4431AF'

red 68 ◦ green 49 ◦ blue 175

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

Shades of Blue Gem #4431AF

Tints of Blue Gem #4431AF

RGB

 RED value IS 68 (26.95% from 255) = 23.29%

 GREEN value IS 49 (19.53% from 255) = 16.78%

 BLUE value IS 175 (68.75% from 255) = 59.93%

R = 23.29%
G = 16.78%
B = 59.93%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4431AF (or 0x4431AF) is known color: Blue Gem. HEX triplet: 44, 31 and AF. RGB value is (68,49,175). Sum of RGB (Red+Green+Blue) = 68+49+175=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #4431AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4431AF is #BBCE50. Grayscale: #444444. Windows color (decimal): -12308049 or 11481412. OLE color: 11481412.

HSL color Cylindrical-coordinate representation of color #4431AF: hue angle of 249.05º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4431AF is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 49 175 -
CMYK 0.61 0.72 0 0.31
HSL 249.05º 0.56% 0.44% -
HSV(B) 249.05º 0.72% 0.69% -
XYZ 11.22 6.52 41.22 -
YUV 69.05 187.79 127.25 -
System Red Green Blue C M Y K H S L
Decimal 68 49 175 0.61 0.72 0 0.31 249.05 0.56 0.44
Hex 44 31 AF 3D 48 0 1F F9 38 2C
Octal 104 61 257 75 110 0 37 371 70 54
Binary 1000100 110001 10101111 111101 1001000 0 11111 11111001 111000 101100

Color Harmonies of #4431AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4431AF

Black with #4431AF

Text Example


Text Example

White with #4431AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4431AF; }

 p { color: rgb(68,49,175); }

 H1.HeaderClassName
 {
   color: #4431AF;
 }
 .AnyTagClassName
 {
   color: #4431AF;
 }
</style>

background-color css

<style>
 a { background-color: #4431AF; }

 a { background-color: rgb(68,49,175); }

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

border-color css

<style>
 span { border-color: #4431AF; }

 span { border-color: rgb(68,49,175); }

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