Html Css Color HEX #463CCE Free Speech Blue

📋 copy color: '#463CCE'

red 70 ◦ green 60 ◦ blue 206

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

Shades of Free Speech Blue #463CCE

Tints of Free Speech Blue #463CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.31%

R = 20.83%
G = 17.86%
B = 61.31%

CMYK

 C value IS 0.66

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#463CCE (or 0x463CCE) is known color: Free Speech Blue. HEX triplet: 46, 3C and CE. RGB value is (70,60,206). Sum of RGB (Red+Green+Blue) = 70+60+206=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #463CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463CCE is #B9C331. Grayscale: #4F4F4F. Windows color (decimal): -12174130 or 13515846. OLE color: 13515846.

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

Color convert

RGB 70 60 206 -
CMYK 0.66 0.71 0 0.19
HSL 244.11º 0.6% 0.52% -
HSV(B) 244.11º 0.71% 0.81% -
XYZ 15.28 8.99 59.32 -
YUV 79.63 199.31 121.13 -
System Red Green Blue C M Y K H S L
Decimal 70 60 206 0.66 0.71 0 0.19 244.11 0.6 0.52
Hex 46 3C CE 42 47 0 13 F4 3C 34
Octal 106 74 316 102 107 0 23 364 74 64
Binary 1000110 111100 11001110 1000010 1000111 0 10011 11110100 111100 110100

Color Harmonies of #463CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463CCE

Black with #463CCE

Text Example


Text Example

White with #463CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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