Html Css Color HEX #463DCE Free Speech Blue

📋 copy color: '#463DCE'

red 70 ◦ green 61 ◦ blue 206

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

Shades of Free Speech Blue #463DCE

Tints of Free Speech Blue #463DCE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.1%

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

R = 20.77%
G = 18.1%
B = 61.13%

CMYK

 C value IS 0.66

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#463DCE (or 0x463DCE) is known color: Free Speech Blue. HEX triplet: 46, 3D and CE. RGB value is (70,61,206). Sum of RGB (Red+Green+Blue) = 70+61+206=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #463DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463DCE is #B9C231. Grayscale: #4F4F4F. Windows color (decimal): -12173874 or 13516102. OLE color: 13516102.

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

Color convert

RGB 70 61 206 -
CMYK 0.66 0.70 0 0.19
HSL 243.72º 0.6% 0.52% -
HSV(B) 243.72º 0.7% 0.81% -
XYZ 15.34 9.1 59.34 -
YUV 80.22 198.98 120.71 -
System Red Green Blue C M Y K H S L
Decimal 70 61 206 0.66 0.70 0 0.19 243.72 0.6 0.52
Hex 46 3D CE 42 46 0 13 F4 3C 34
Octal 106 75 316 102 106 0 23 364 74 64
Binary 1000110 111101 11001110 1000010 1000110 0 10011 11110100 111100 110100

Color Harmonies of #463DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463DCE

Black with #463DCE

Text Example


Text Example

White with #463DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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