Html Css Color HEX #463DC0 Free Speech Blue

📋 copy color: '#463DC0'

red 70 ◦ green 61 ◦ blue 192

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

Shades of Free Speech Blue #463DC0

Tints of Free Speech Blue #463DC0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.89%

 BLUE value IS 192 (75.39% from 255) = 59.44%

R = 21.67%
G = 18.89%
B = 59.44%

CMYK

 C value IS 0.64

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#463DC0 (or 0x463DC0) is known color: Free Speech Blue. HEX triplet: 46, 3D and C0. RGB value is (70,61,192). Sum of RGB (Red+Green+Blue) = 70+61+192=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 192 (75.39% from 255 or 59.44% from 323); Max value from RGB is 192 - color contains mainly: blue. Hex color #463DC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463DC0 is #B9C23F. Grayscale: #4E4E4E. Windows color (decimal): -12173888 or 12598598. OLE color: 12598598.

HSL color Cylindrical-coordinate representation of color #463DC0: hue angle of 244.12º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #463DC0 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 61 192 -
CMYK 0.64 0.68 0 0.25
HSL 244.12º 0.52% 0.5% -
HSV(B) 244.12º 0.68% 0.75% -
XYZ 13.71 8.45 50.78 -
YUV 78.63 191.98 121.85 -
System Red Green Blue C M Y K H S L
Decimal 70 61 192 0.64 0.68 0 0.25 244.12 0.52 0.5
Hex 46 3D C0 40 44 0 19 F4 34 32
Octal 106 75 300 100 104 0 31 364 64 62
Binary 1000110 111101 11000000 1000000 1000100 0 11001 11110100 110100 110010

Color Harmonies of #463DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463DC0

Black with #463DC0

Text Example


Text Example

White with #463DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,61,192); }

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

background-color css

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

 a { background-color: rgb(70,61,192); }

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

border-color css

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

 span { border-color: rgb(70,61,192); }

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