Html Css Color HEX #463FCC Free Speech Blue

📋 copy color: '#463FCC'

red 70 ◦ green 63 ◦ blue 204

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

Shades of Free Speech Blue #463FCC

Tints of Free Speech Blue #463FCC

RGB

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

 GREEN value IS 63 (25% from 255) = 18.69%

 BLUE value IS 204 (80.08% from 255) = 60.53%

R = 20.77%
G = 18.69%
B = 60.53%

CMYK

 C value IS 0.66

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#463FCC (or 0x463FCC) is known color: Free Speech Blue. HEX triplet: 46, 3F and CC. RGB value is (70,63,204). Sum of RGB (Red+Green+Blue) = 70+63+204=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #463FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463FCC is #B9C033. Grayscale: #505050. Windows color (decimal): -12173364 or 13385542. OLE color: 13385542.

HSL color Cylindrical-coordinate representation of color #463FCC: hue angle of 242.98º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #463FCC is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 70 63 204 -
CMYK 0.66 0.69 0 0.2
HSL 242.98º 0.58% 0.52% -
HSV(B) 242.98º 0.69% 0.8% -
XYZ 15.2 9.22 58.1 -
YUV 81.17 197.32 120.04 -
System Red Green Blue C M Y K H S L
Decimal 70 63 204 0.66 0.69 0 0.2 242.98 0.58 0.52
Hex 46 3F CC 42 45 0 14 F3 3A 34
Octal 106 77 314 102 105 0 24 363 72 64
Binary 1000110 111111 11001100 1000010 1000101 0 10100 11110011 111010 110100

Color Harmonies of #463FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463FCC

Black with #463FCC

Text Example


Text Example

White with #463FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,63,204); }

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

background-color css

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

 a { background-color: rgb(70,63,204); }

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

border-color css

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

 span { border-color: rgb(70,63,204); }

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