Html Css Color HEX #463BCD Free Speech Blue

📋 copy color: '#463BCD'

red 70 ◦ green 59 ◦ blue 205

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

Shades of Free Speech Blue #463BCD

Tints of Free Speech Blue #463BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.66%

 BLUE value IS 205 (80.47% from 255) = 61.38%

R = 20.96%
G = 17.66%
B = 61.38%

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

#463BCD (or 0x463BCD) is known color: Free Speech Blue. HEX triplet: 46, 3B and CD. RGB value is (70,59,205). Sum of RGB (Red+Green+Blue) = 70+59+205=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #463BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463BCD is #B9C432. Grayscale: #4E4E4E. Windows color (decimal): -12174387 or 13450054. OLE color: 13450054.

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

Color convert

RGB 70 59 205 -
CMYK 0.66 0.71 0 0.20
HSL 244.52º 0.59% 0.52% -
HSV(B) 244.52º 0.71% 0.8% -
XYZ 15.11 8.84 58.67 -
YUV 78.93 199.14 121.63 -
System Red Green Blue C M Y K H S L
Decimal 70 59 205 0.66 0.71 0 0.20 244.52 0.59 0.52
Hex 46 3B CD 42 47 0 14 F5 3B 34
Octal 106 73 315 102 107 0 24 365 73 64
Binary 1000110 111011 11001101 1000010 1000111 0 10100 11110101 111011 110100

Color Harmonies of #463BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463BCD

Black with #463BCD

Text Example


Text Example

White with #463BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,59,205); }

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

background-color css

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

 a { background-color: rgb(70,59,205); }

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

border-color css

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

 span { border-color: rgb(70,59,205); }

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