Html Css Color HEX #463EC8 Free Speech Blue

📋 copy color: '#463EC8'

red 70 ◦ green 62 ◦ blue 200

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

Shades of Free Speech Blue #463EC8

Tints of Free Speech Blue #463EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 60.24%

R = 21.08%
G = 18.67%
B = 60.24%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#463EC8 (or 0x463EC8) is known color: Free Speech Blue. HEX triplet: 46, 3E and C8. RGB value is (70,62,200). Sum of RGB (Red+Green+Blue) = 70+62+200=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 200 (78.52% from 255 or 60.24% from 332); Max value from RGB is 200 - color contains mainly: blue. Hex color #463EC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463EC8 is #B9C137. Grayscale: #4F4F4F. Windows color (decimal): -12173624 or 13123142. OLE color: 13123142.

HSL color Cylindrical-coordinate representation of color #463EC8: hue angle of 243.48º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #463EC8 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 70 62 200 -
CMYK 0.65 0.69 0 0.22
HSL 243.48º 0.56% 0.51% -
HSV(B) 243.48º 0.69% 0.78% -
XYZ 14.67 8.92 55.59 -
YUV 80.12 195.65 120.78 -
System Red Green Blue C M Y K H S L
Decimal 70 62 200 0.65 0.69 0 0.22 243.48 0.56 0.51
Hex 46 3E C8 41 45 0 16 F3 38 33
Octal 106 76 310 101 105 0 26 363 70 63
Binary 1000110 111110 11001000 1000001 1000101 0 10110 11110011 111000 110011

Color Harmonies of #463EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463EC8

Black with #463EC8

Text Example


Text Example

White with #463EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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