Html Css Color HEX #463BCF Free Speech Blue

📋 copy color: '#463BCF'

red 70 ◦ green 59 ◦ blue 207

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

Shades of Free Speech Blue #463BCF

Tints of Free Speech Blue #463BCF

RGB

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

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

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

R = 20.83%
G = 17.56%
B = 61.61%

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

#463BCF (or 0x463BCF) is known color: Free Speech Blue. HEX triplet: 46, 3B and CF. RGB value is (70,59,207). Sum of RGB (Red+Green+Blue) = 70+59+207=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #463BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463BCF is #B9C430. Grayscale: #4E4E4E. Windows color (decimal): -12174385 or 13581126. OLE color: 13581126.

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

Color convert

RGB 70 59 207 -
CMYK 0.66 0.71 0 0.19
HSL 244.46º 0.61% 0.52% -
HSV(B) 244.46º 0.71% 0.81% -
XYZ 15.35 8.94 59.95 -
YUV 79.16 200.14 121.47 -
System Red Green Blue C M Y K H S L
Decimal 70 59 207 0.66 0.71 0 0.19 244.46 0.61 0.52
Hex 46 3B CF 42 47 0 13 F4 3D 34
Octal 106 73 317 102 107 0 23 364 75 64
Binary 1000110 111011 11001111 1000010 1000111 0 10011 11110100 111101 110100

Color Harmonies of #463BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463BCF

Black with #463BCF

Text Example


Text Example

White with #463BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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