Html Css Color HEX #463CD2 Free Speech Blue

📋 copy color: '#463CD2'

red 70 ◦ green 60 ◦ blue 210

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

Shades of Free Speech Blue #463CD2

Tints of Free Speech Blue #463CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 61.76%

R = 20.59%
G = 17.65%
B = 61.76%

CMYK

 C value IS 0.67

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#463CD2 (or 0x463CD2) is known color: Free Speech Blue. HEX triplet: 46, 3C and D2. RGB value is (70,60,210). Sum of RGB (Red+Green+Blue) = 70+60+210=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 210 (82.42% from 255 or 61.76% from 340); Max value from RGB is 210 - color contains mainly: blue. Hex color #463CD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463CD2 is #B9C32D. Grayscale: #4F4F4F. Windows color (decimal): -12174126 or 13777990. OLE color: 13777990.

HSL color Cylindrical-coordinate representation of color #463CD2: hue angle of 244º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #463CD2 is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 70 60 210 -
CMYK 0.67 0.71 0 0.18
HSL 244º 0.63% 0.53% -
HSV(B) 244º 0.71% 0.82% -
XYZ 15.77 9.19 61.91 -
YUV 80.09 201.31 120.8 -
System Red Green Blue C M Y K H S L
Decimal 70 60 210 0.67 0.71 0 0.18 244 0.63 0.53
Hex 46 3C D2 43 47 0 12 F4 3E 35
Octal 106 74 322 103 107 0 22 364 76 65
Binary 1000110 111100 11010010 1000011 1000111 0 10010 11110100 111110 110101

Color Harmonies of #463CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463CD2

Black with #463CD2

Text Example


Text Example

White with #463CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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