Html Css Color HEX #463BC8 Free Speech Blue

📋 copy color: '#463BC8'

red 70 ◦ green 59 ◦ blue 200

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

Shades of Free Speech Blue #463BC8

Tints of Free Speech Blue #463BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 60.79%

R = 21.28%
G = 17.93%
B = 60.79%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#463BC8 (or 0x463BC8) is known color: Free Speech Blue. HEX triplet: 46, 3B and C8. RGB value is (70,59,200). Sum of RGB (Red+Green+Blue) = 70+59+200=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 200 (78.52% from 255 or 60.79% from 329); Max value from RGB is 200 - color contains mainly: blue. Hex color #463BC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463BC8 is #B9C437. Grayscale: #4D4D4D. Windows color (decimal): -12174392 or 13122374. OLE color: 13122374.

HSL color Cylindrical-coordinate representation of color #463BC8: hue angle of 244.68º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #463BC8 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 70 59 200 -
CMYK 0.65 0.70 0 0.22
HSL 244.68º 0.56% 0.51% -
HSV(B) 244.68º 0.71% 0.78% -
XYZ 14.52 8.6 55.54 -
YUV 78.36 196.64 122.04 -
System Red Green Blue C M Y K H S L
Decimal 70 59 200 0.65 0.70 0 0.22 244.68 0.56 0.51
Hex 46 3B C8 41 46 0 16 F5 38 33
Octal 106 73 310 101 106 0 26 365 70 63
Binary 1000110 111011 11001000 1000001 1000110 0 10110 11110101 111000 110011

Color Harmonies of #463BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463BC8

Black with #463BC8

Text Example


Text Example

White with #463BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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