Html Css Color HEX #4746AF Rich Blue

📋 copy color: '#4746AF'

red 71 ◦ green 70 ◦ blue 175

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

Shades of Rich Blue #4746AF

Tints of Rich Blue #4746AF

RGB

 RED value IS 71 (28.13% from 255) = 22.47%

 GREEN value IS 70 (27.73% from 255) = 22.15%

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

R = 22.47%
G = 22.15%
B = 55.38%

CMYK

 C value IS 0.59

 M value IS 0.60

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4746AF (or 0x4746AF) is known color: Rich Blue. HEX triplet: 47, 46 and AF. RGB value is (71,70,175). Sum of RGB (Red+Green+Blue) = 71+70+175=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #4746AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4746AF is #B8B950. Grayscale: #515151. Windows color (decimal): -12106065 or 11486791. OLE color: 11486791.

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

Color convert

RGB 71 70 175 -
CMYK 0.59 0.60 0 0.31
HSL 240.57º 0.43% 0.48% -
HSV(B) 240.57º 0.6% 0.69% -
XYZ 12.53 8.82 41.6 -
YUV 82.27 180.33 119.96 -
System Red Green Blue C M Y K H S L
Decimal 71 70 175 0.59 0.60 0 0.31 240.57 0.43 0.48
Hex 47 46 AF 3B 3C 0 1F F1 2B 30
Octal 107 106 257 73 74 0 37 361 53 60
Binary 1000111 1000110 10101111 111011 111100 0 11111 11110001 101011 110000

Color Harmonies of #4746AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4746AF

Black with #4746AF

Text Example


Text Example

White with #4746AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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