Html Css Color HEX #463CB4 Rich Blue

📋 copy color: '#463CB4'

red 70 ◦ green 60 ◦ blue 180

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

Shades of Rich Blue #463CB4

Tints of Rich Blue #463CB4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.35%

 BLUE value IS 180 (70.7% from 255) = 58.06%

R = 22.58%
G = 19.35%
B = 58.06%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#463CB4 (or 0x463CB4) is known color: Rich Blue. HEX triplet: 46, 3C and B4. RGB value is (70,60,180). Sum of RGB (Red+Green+Blue) = 70+60+180=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 180 (70.70% from 255 or 58.06% from 310); Max value from RGB is 180 - color contains mainly: blue. Hex color #463CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463CB4 is #B9C34B. Grayscale: #4C4C4C. Windows color (decimal): -12174156 or 11811910. OLE color: 11811910.

HSL color Cylindrical-coordinate representation of color #463CB4: hue angle of 245º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #463CB4 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 70 60 180 -
CMYK 0.61 0.67 0 0.29
HSL 245º 0.5% 0.47% -
HSV(B) 245º 0.67% 0.71% -
XYZ 12.38 7.83 44.04 -
YUV 76.67 186.31 123.24 -
System Red Green Blue C M Y K H S L
Decimal 70 60 180 0.61 0.67 0 0.29 245 0.5 0.47
Hex 46 3C B4 3D 43 0 1D F5 32 2F
Octal 106 74 264 75 103 0 35 365 62 57
Binary 1000110 111100 10110100 111101 1000011 0 11101 11110101 110010 101111

Color Harmonies of #463CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463CB4

Black with #463CB4

Text Example


Text Example

White with #463CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463CB4; }

 p { color: rgb(70,60,180); }

 H1.HeaderClassName
 {
   color: #463CB4;
 }
 .AnyTagClassName
 {
   color: #463CB4;
 }
</style>

background-color css

<style>
 a { background-color: #463CB4; }

 a { background-color: rgb(70,60,180); }

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

border-color css

<style>
 span { border-color: #463CB4; }

 span { border-color: rgb(70,60,180); }

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