Html Css Color HEX #463ACB Free Speech Blue

📋 copy color: '#463ACB'

red 70 ◦ green 58 ◦ blue 203

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

Shades of Free Speech Blue #463ACB

Tints of Free Speech Blue #463ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 61.33%

R = 21.15%
G = 17.52%
B = 61.33%

CMYK

 C value IS 0.66

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#463ACB (or 0x463ACB) is known color: Free Speech Blue. HEX triplet: 46, 3A and CB. RGB value is (70,58,203). Sum of RGB (Red+Green+Blue) = 70+58+203=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #463ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463ACB is #B9C534. Grayscale: #4D4D4D. Windows color (decimal): -12174645 or 13318726. OLE color: 13318726.

HSL color Cylindrical-coordinate representation of color #463ACB: hue angle of 244.97º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #463ACB is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 58 203 -
CMYK 0.66 0.71 0 0.20
HSL 244.97º 0.58% 0.51% -
HSV(B) 244.97º 0.71% 0.8% -
XYZ 14.82 8.64 57.39 -
YUV 78.12 198.48 122.21 -
System Red Green Blue C M Y K H S L
Decimal 70 58 203 0.66 0.71 0 0.20 244.97 0.58 0.51
Hex 46 3A CB 42 47 0 14 F5 3A 33
Octal 106 72 313 102 107 0 24 365 72 63
Binary 1000110 111010 11001011 1000010 1000111 0 10100 11110101 111010 110011

Color Harmonies of #463ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463ACB

Black with #463ACB

Text Example


Text Example

White with #463ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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