Html Css Color HEX #464BE0 Free Speech Blue

📋 copy color: '#464BE0'

red 70 ◦ green 75 ◦ blue 224

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

Shades of Free Speech Blue #464BE0

Tints of Free Speech Blue #464BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 60.7%

R = 18.97%
G = 20.33%
B = 60.7%

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#464BE0 (or 0x464BE0) is known color: Free Speech Blue. HEX triplet: 46, 4B and E0. RGB value is (70,75,224). Sum of RGB (Red+Green+Blue) = 70+75+224=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 224 (87.89% from 255 or 60.70% from 369); Max value from RGB is 224 - color contains mainly: blue. Hex color #464BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464BE0 is #B9B41F. Grayscale: #595959. Windows color (decimal): -12170272 or 14699334. OLE color: 14699334.

HSL color Cylindrical-coordinate representation of color #464BE0: hue angle of 238.05º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #464BE0 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 70 75 224 -
CMYK 0.69 0.67 0 0.12
HSL 238.05º 0.71% 0.58% -
HSV(B) 238.05º 0.69% 0.88% -
XYZ 18.5 11.72 71.81 -
YUV 90.49 203.34 113.38 -
System Red Green Blue C M Y K H S L
Decimal 70 75 224 0.69 0.67 0 0.12 238.05 0.71 0.58
Hex 46 4B E0 45 43 0 C EE 47 3A
Octal 106 113 340 105 103 0 14 356 107 72
Binary 1000110 1001011 11100000 1000101 1000011 0 1100 11101110 1000111 111010

Color Harmonies of #464BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464BE0

Black with #464BE0

Text Example


Text Example

White with #464BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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