Html Css Color HEX #4652AF Rich Blue

📋 copy color: '#4652AF'

red 70 ◦ green 82 ◦ blue 175

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

Shades of Rich Blue #4652AF

Tints of Rich Blue #4652AF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.08%

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

R = 21.41%
G = 25.08%
B = 53.52%

CMYK

 C value IS 0.60

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4652AF (or 0x4652AF) is known color: Rich Blue. HEX triplet: 46, 52 and AF. RGB value is (70,82,175). Sum of RGB (Red+Green+Blue) = 70+82+175=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #4652AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4652AF is #B9AD50. Grayscale: #585858. Windows color (decimal): -12168529 or 11489862. OLE color: 11489862.

HSL color Cylindrical-coordinate representation of color #4652AF: hue angle of 233.14º 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 #4652AF is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 70 82 175 -
CMYK 0.60 0.53 0 0.31
HSL 233.14º 0.43% 0.48% -
HSV(B) 233.14º 0.6% 0.69% -
XYZ 13.28 10.43 41.87 -
YUV 89.01 176.52 114.44 -
System Red Green Blue C M Y K H S L
Decimal 70 82 175 0.60 0.53 0 0.31 233.14 0.43 0.48
Hex 46 52 AF 3C 35 0 1F E9 2B 30
Octal 106 122 257 74 65 0 37 351 53 60
Binary 1000110 1010010 10101111 111100 110101 0 11111 11101001 101011 110000

Color Harmonies of #4652AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4652AF

Black with #4652AF

Text Example


Text Example

White with #4652AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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