Html Css Color HEX #463AC8 Free Speech Blue

📋 copy color: '#463AC8'

red 70 ◦ green 58 ◦ blue 200

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

Shades of Free Speech Blue #463AC8

Tints of Free Speech Blue #463AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 60.98%

R = 21.34%
G = 17.68%
B = 60.98%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#463AC8 (or 0x463AC8) is known color: Free Speech Blue. HEX triplet: 46, 3A and C8. RGB value is (70,58,200). Sum of RGB (Red+Green+Blue) = 70+58+200=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 200 (78.52% from 255 or 60.98% from 328); Max value from RGB is 200 - color contains mainly: blue. Hex color #463AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463AC8 is #B9C537. Grayscale: #4D4D4D. Windows color (decimal): -12174648 or 13122118. OLE color: 13122118.

HSL color Cylindrical-coordinate representation of color #463AC8: hue angle of 245.07º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #463AC8 is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 70 58 200 -
CMYK 0.65 0.71 0 0.22
HSL 245.07º 0.56% 0.51% -
HSV(B) 245.07º 0.71% 0.78% -
XYZ 14.46 8.5 55.52 -
YUV 77.78 196.98 122.45 -
System Red Green Blue C M Y K H S L
Decimal 70 58 200 0.65 0.71 0 0.22 245.07 0.56 0.51
Hex 46 3A C8 41 47 0 16 F5 38 33
Octal 106 72 310 101 107 0 26 365 70 63
Binary 1000110 111010 11001000 1000001 1000111 0 10110 11110101 111000 110011

Color Harmonies of #463AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463AC8

Black with #463AC8

Text Example


Text Example

White with #463AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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