Html Css Color HEX #4650AE Rich Blue

📋 copy color: '#4650AE'

red 70 ◦ green 80 ◦ blue 174

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

Shades of Rich Blue #4650AE

Tints of Rich Blue #4650AE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.69%

 BLUE value IS 174 (68.36% from 255) = 53.7%

R = 21.6%
G = 24.69%
B = 53.7%

CMYK

 C value IS 0.60

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4650AE (or 0x4650AE) is known color: Rich Blue. HEX triplet: 46, 50 and AE. RGB value is (70,80,174). Sum of RGB (Red+Green+Blue) = 70+80+174=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #4650AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4650AE is #B9AF51. Grayscale: #575757. Windows color (decimal): -12169042 or 11423814. OLE color: 11423814.

HSL color Cylindrical-coordinate representation of color #4650AE: hue angle of 234.23º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4650AE is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 80 174 -
CMYK 0.60 0.54 0 0.32
HSL 234.23º 0.43% 0.48% -
HSV(B) 234.23º 0.6% 0.68% -
XYZ 13.03 10.1 41.31 -
YUV 87.73 176.69 115.36 -
System Red Green Blue C M Y K H S L
Decimal 70 80 174 0.60 0.54 0 0.32 234.23 0.43 0.48
Hex 46 50 AE 3C 36 0 20 EA 2B 30
Octal 106 120 256 74 66 0 40 352 53 60
Binary 1000110 1010000 10101110 111100 110110 0 100000 11101010 101011 110000

Color Harmonies of #4650AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4650AE

Black with #4650AE

Text Example


Text Example

White with #4650AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4650AE; }

 p { color: rgb(70,80,174); }

 H1.HeaderClassName
 {
   color: #4650AE;
 }
 .AnyTagClassName
 {
   color: #4650AE;
 }
</style>

background-color css

<style>
 a { background-color: #4650AE; }

 a { background-color: rgb(70,80,174); }

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

border-color css

<style>
 span { border-color: #4650AE; }

 span { border-color: rgb(70,80,174); }

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