Html Css Color HEX #463ECC Free Speech Blue

📋 copy color: '#463ECC'

red 70 ◦ green 62 ◦ blue 204

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

Shades of Free Speech Blue #463ECC

Tints of Free Speech Blue #463ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.45%

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

R = 20.83%
G = 18.45%
B = 60.71%

CMYK

 C value IS 0.66

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#463ECC (or 0x463ECC) is known color: Free Speech Blue. HEX triplet: 46, 3E and CC. RGB value is (70,62,204). Sum of RGB (Red+Green+Blue) = 70+62+204=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #463ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463ECC is #B9C133. Grayscale: #505050. Windows color (decimal): -12173620 or 13385286. OLE color: 13385286.

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

Color convert

RGB 70 62 204 -
CMYK 0.66 0.70 0 0.2
HSL 243.38º 0.58% 0.52% -
HSV(B) 243.38º 0.7% 0.8% -
XYZ 15.15 9.11 58.09 -
YUV 80.58 197.65 120.45 -
System Red Green Blue C M Y K H S L
Decimal 70 62 204 0.66 0.70 0 0.2 243.38 0.58 0.52
Hex 46 3E CC 42 46 0 14 F3 3A 34
Octal 106 76 314 102 106 0 24 363 72 64
Binary 1000110 111110 11001100 1000010 1000110 0 10100 11110011 111010 110100

Color Harmonies of #463ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463ECC

Black with #463ECC

Text Example


Text Example

White with #463ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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