Html Css Color HEX #4644AF Rich Blue

📋 copy color: '#4644AF'

red 70 ◦ green 68 ◦ blue 175

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

Shades of Rich Blue #4644AF

Tints of Rich Blue #4644AF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.73%

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

R = 22.36%
G = 21.73%
B = 55.91%

CMYK

 C value IS 0.60

 M value IS 0.61

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4644AF (or 0x4644AF) is known color: Rich Blue. HEX triplet: 46, 44 and AF. RGB value is (70,68,175). Sum of RGB (Red+Green+Blue) = 70+68+175=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #4644AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4644AF is #B9BB50. Grayscale: #505050. Windows color (decimal): -12172113 or 11486278. OLE color: 11486278.

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

Color convert

RGB 70 68 175 -
CMYK 0.60 0.61 0 0.31
HSL 241.12º 0.44% 0.48% -
HSV(B) 241.12º 0.61% 0.69% -
XYZ 12.33 8.53 41.55 -
YUV 80.8 181.16 120.3 -
System Red Green Blue C M Y K H S L
Decimal 70 68 175 0.60 0.61 0 0.31 241.12 0.44 0.48
Hex 46 44 AF 3C 3D 0 1F F1 2C 30
Octal 106 104 257 74 75 0 37 361 54 60
Binary 1000110 1000100 10101111 111100 111101 0 11111 11110001 101100 110000

Color Harmonies of #4644AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4644AF

Black with #4644AF

Text Example


Text Example

White with #4644AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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