Html Css Color HEX #463CCF Free Speech Blue

📋 copy color: '#463CCF'

red 70 ◦ green 60 ◦ blue 207

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

Shades of Free Speech Blue #463CCF

Tints of Free Speech Blue #463CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.42%

R = 20.77%
G = 17.8%
B = 61.42%

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

#463CCF (or 0x463CCF) is known color: Free Speech Blue. HEX triplet: 46, 3C and CF. RGB value is (70,60,207). Sum of RGB (Red+Green+Blue) = 70+60+207=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #463CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463CCF is #B9C330. Grayscale: #4F4F4F. Windows color (decimal): -12174129 or 13581382. OLE color: 13581382.

HSL color Cylindrical-coordinate representation of color #463CCF: hue angle of 244.08º 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 #463CCF is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 60 207 -
CMYK 0.66 0.71 0 0.19
HSL 244.08º 0.6% 0.52% -
HSV(B) 244.08º 0.71% 0.81% -
XYZ 15.4 9.04 59.96 -
YUV 79.75 199.81 121.05 -
System Red Green Blue C M Y K H S L
Decimal 70 60 207 0.66 0.71 0 0.19 244.08 0.6 0.52
Hex 46 3C CF 42 47 0 13 F4 3C 34
Octal 106 74 317 102 107 0 23 364 74 64
Binary 1000110 111100 11001111 1000010 1000111 0 10011 11110100 111100 110100

Color Harmonies of #463CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463CCF

Black with #463CCF

Text Example


Text Example

White with #463CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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