Html Css Color HEX #4633AF Blue Gem

📋 copy color: '#4633AF'

red 70 ◦ green 51 ◦ blue 175

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

Shades of Blue Gem #4633AF

Tints of Blue Gem #4633AF

RGB

 RED value IS 70 (27.73% from 255) = 23.65%

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

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

R = 23.65%
G = 17.23%
B = 59.12%

CMYK

 C value IS 0.60

 M value IS 0.71

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4633AF (or 0x4633AF) is known color: Blue Gem. HEX triplet: 46, 33 and AF. RGB value is (70,51,175). Sum of RGB (Red+Green+Blue) = 70+51+175=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 175 (68.75% from 255 or 59.12% from 296); Max value from RGB is 175 - color contains mainly: blue. Hex color #4633AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4633AF is #B9CC50. Grayscale: #464646. Windows color (decimal): -12176465 or 11481926. OLE color: 11481926.

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

Color convert

RGB 70 51 175 -
CMYK 0.60 0.71 0 0.31
HSL 249.19º 0.55% 0.44% -
HSV(B) 249.19º 0.71% 0.69% -
XYZ 11.45 6.76 41.26 -
YUV 70.82 186.79 127.42 -
System Red Green Blue C M Y K H S L
Decimal 70 51 175 0.60 0.71 0 0.31 249.19 0.55 0.44
Hex 46 33 AF 3C 47 0 1F F9 37 2C
Octal 106 63 257 74 107 0 37 371 67 54
Binary 1000110 110011 10101111 111100 1000111 0 11111 11111001 110111 101100

Color Harmonies of #4633AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4633AF

Black with #4633AF

Text Example


Text Example

White with #4633AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,51,175); }

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

background-color css

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

 a { background-color: rgb(70,51,175); }

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

border-color css

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

 span { border-color: rgb(70,51,175); }

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