Html Css Color HEX #463CBB Free Speech Blue

📋 copy color: '#463CBB'

red 70 ◦ green 60 ◦ blue 187

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

Shades of Free Speech Blue #463CBB

Tints of Free Speech Blue #463CBB

RGB

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

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

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

R = 22.08%
G = 18.93%
B = 58.99%

CMYK

 C value IS 0.63

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#463CBB (or 0x463CBB) is known color: Free Speech Blue. HEX triplet: 46, 3C and BB. RGB value is (70,60,187). Sum of RGB (Red+Green+Blue) = 70+60+187=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #463CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463CBB is #B9C344. Grayscale: #4C4C4C. Windows color (decimal): -12174149 or 12270662. OLE color: 12270662.

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

Color convert

RGB 70 60 187 -
CMYK 0.63 0.68 0 0.27
HSL 244.72º 0.51% 0.48% -
HSV(B) 244.72º 0.68% 0.73% -
XYZ 13.11 8.12 47.89 -
YUV 77.47 189.81 122.67 -
System Red Green Blue C M Y K H S L
Decimal 70 60 187 0.63 0.68 0 0.27 244.72 0.51 0.48
Hex 46 3C BB 3F 44 0 1B F5 33 30
Octal 106 74 273 77 104 0 33 365 63 60
Binary 1000110 111100 10111011 111111 1000100 0 11011 11110101 110011 110000

Color Harmonies of #463CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463CBB

Black with #463CBB

Text Example


Text Example

White with #463CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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