Html Css Color HEX #463FC9 Free Speech Blue

📋 copy color: '#463FC9'

red 70 ◦ green 63 ◦ blue 201

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

Shades of Free Speech Blue #463FC9

Tints of Free Speech Blue #463FC9

RGB

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

 GREEN value IS 63 (25% from 255) = 18.86%

 BLUE value IS 201 (78.91% from 255) = 60.18%

R = 20.96%
G = 18.86%
B = 60.18%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#463FC9 (or 0x463FC9) is known color: Free Speech Blue. HEX triplet: 46, 3F and C9. RGB value is (70,63,201). Sum of RGB (Red+Green+Blue) = 70+63+201=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 201 (78.91% from 255 or 60.18% from 334); Max value from RGB is 201 - color contains mainly: blue. Hex color #463FC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463FC9 is #B9C036. Grayscale: #505050. Windows color (decimal): -12173367 or 13188934. OLE color: 13188934.

HSL color Cylindrical-coordinate representation of color #463FC9: hue angle of 243.04º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #463FC9 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 70 63 201 -
CMYK 0.65 0.69 0 0.21
HSL 243.04º 0.56% 0.52% -
HSV(B) 243.04º 0.69% 0.79% -
XYZ 14.85 9.07 56.23 -
YUV 80.83 195.82 120.28 -
System Red Green Blue C M Y K H S L
Decimal 70 63 201 0.65 0.69 0 0.21 243.04 0.56 0.52
Hex 46 3F C9 41 45 0 15 F3 38 34
Octal 106 77 311 101 105 0 25 363 70 64
Binary 1000110 111111 11001001 1000001 1000101 0 10101 11110011 111000 110100

Color Harmonies of #463FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463FC9

Black with #463FC9

Text Example


Text Example

White with #463FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,63,201); }

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

background-color css

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

 a { background-color: rgb(70,63,201); }

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

border-color css

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

 span { border-color: rgb(70,63,201); }

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