Html Css Color HEX #463ABB Free Speech Blue

📋 copy color: '#463ABB'

red 70 ◦ green 58 ◦ blue 187

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

Shades of Free Speech Blue #463ABB

Tints of Free Speech Blue #463ABB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.41%

 BLUE value IS 187 (73.44% from 255) = 59.37%

R = 22.22%
G = 18.41%
B = 59.37%

CMYK

 C value IS 0.63

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#463ABB (or 0x463ABB) is known color: Free Speech Blue. HEX triplet: 46, 3A and BB. RGB value is (70,58,187). Sum of RGB (Red+Green+Blue) = 70+58+187=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #463ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463ABB is #B9C544. Grayscale: #4B4B4B. Windows color (decimal): -12174661 or 12270150. OLE color: 12270150.

HSL color Cylindrical-coordinate representation of color #463ABB: hue angle of 245.58º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #463ABB is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 58 187 -
CMYK 0.63 0.69 0 0.27
HSL 245.58º 0.53% 0.48% -
HSV(B) 245.58º 0.69% 0.73% -
XYZ 13.01 7.92 47.86 -
YUV 76.29 190.48 123.51 -
System Red Green Blue C M Y K H S L
Decimal 70 58 187 0.63 0.69 0 0.27 245.58 0.53 0.48
Hex 46 3A BB 3F 45 0 1B F6 35 30
Octal 106 72 273 77 105 0 33 366 65 60
Binary 1000110 111010 10111011 111111 1000101 0 11011 11110110 110101 110000

Color Harmonies of #463ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463ABB

Black with #463ABB

Text Example


Text Example

White with #463ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,58,187); }

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

background-color css

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

 a { background-color: rgb(70,58,187); }

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

border-color css

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

 span { border-color: rgb(70,58,187); }

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