Html Css Color HEX #464BC0 Free Speech Blue

📋 copy color: '#464BC0'

red 70 ◦ green 75 ◦ blue 192

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

Shades of Free Speech Blue #464BC0

Tints of Free Speech Blue #464BC0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.26%

 BLUE value IS 192 (75.39% from 255) = 56.97%

R = 20.77%
G = 22.26%
B = 56.97%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#464BC0 (or 0x464BC0) is known color: Free Speech Blue. HEX triplet: 46, 4B and C0. RGB value is (70,75,192). Sum of RGB (Red+Green+Blue) = 70+75+192=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 192 (75.39% from 255 or 56.97% from 337); Max value from RGB is 192 - color contains mainly: blue. Hex color #464BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464BC0 is #B9B43F. Grayscale: #565656. Windows color (decimal): -12170304 or 12602182. OLE color: 12602182.

HSL color Cylindrical-coordinate representation of color #464BC0: hue angle of 237.54º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #464BC0 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 75 192 -
CMYK 0.64 0.61 0 0.25
HSL 237.54º 0.49% 0.51% -
HSV(B) 237.54º 0.64% 0.75% -
XYZ 14.56 10.14 51.06 -
YUV 86.84 187.34 115.99 -
System Red Green Blue C M Y K H S L
Decimal 70 75 192 0.64 0.61 0 0.25 237.54 0.49 0.51
Hex 46 4B C0 40 3D 0 19 EE 31 33
Octal 106 113 300 100 75 0 31 356 61 63
Binary 1000110 1001011 11000000 1000000 111101 0 11001 11101110 110001 110011

Color Harmonies of #464BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464BC0

Black with #464BC0

Text Example


Text Example

White with #464BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464BC0; }

 p { color: rgb(70,75,192); }

 H1.HeaderClassName
 {
   color: #464BC0;
 }
 .AnyTagClassName
 {
   color: #464BC0;
 }
</style>

background-color css

<style>
 a { background-color: #464BC0; }

 a { background-color: rgb(70,75,192); }

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

border-color css

<style>
 span { border-color: #464BC0; }

 span { border-color: rgb(70,75,192); }

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