Html Css Color HEX #463EDA Free Speech Blue

📋 copy color: '#463EDA'

red 70 ◦ green 62 ◦ blue 218

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

Shades of Free Speech Blue #463EDA

Tints of Free Speech Blue #463EDA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.71%

 BLUE value IS 218 (85.55% from 255) = 62.29%

R = 20%
G = 17.71%
B = 62.29%

CMYK

 C value IS 0.68

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#463EDA (or 0x463EDA) is known color: Free Speech Blue. HEX triplet: 46, 3E and DA. RGB value is (70,62,218). Sum of RGB (Red+Green+Blue) = 70+62+218=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 218 (85.55% from 255 or 62.29% from 350); Max value from RGB is 218 - color contains mainly: blue. Hex color #463EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463EDA is #B9C125. Grayscale: #515151. Windows color (decimal): -12173606 or 14302790. OLE color: 14302790.

HSL color Cylindrical-coordinate representation of color #463EDA: hue angle of 243.08º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #463EDA is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 70 62 218 -
CMYK 0.68 0.72 0 0.15
HSL 243.08º 0.68% 0.55% -
HSV(B) 243.08º 0.72% 0.85% -
XYZ 16.9 9.81 67.33 -
YUV 82.18 204.65 119.32 -
System Red Green Blue C M Y K H S L
Decimal 70 62 218 0.68 0.72 0 0.15 243.08 0.68 0.55
Hex 46 3E DA 44 48 0 F F3 44 37
Octal 106 76 332 104 110 0 17 363 104 67
Binary 1000110 111110 11011010 1000100 1001000 0 1111 11110011 1000100 110111

Color Harmonies of #463EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463EDA

Black with #463EDA

Text Example


Text Example

White with #463EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,62,218); }

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

background-color css

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

 a { background-color: rgb(70,62,218); }

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

border-color css

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

 span { border-color: rgb(70,62,218); }

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