Html Css Color HEX #464BDF Free Speech Blue

📋 copy color: '#464BDF'

red 70 ◦ green 75 ◦ blue 223

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

Shades of Free Speech Blue #464BDF

Tints of Free Speech Blue #464BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.6%

R = 19.02%
G = 20.38%
B = 60.6%

CMYK

 C value IS 0.69

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#464BDF (or 0x464BDF) is known color: Free Speech Blue. HEX triplet: 46, 4B and DF. RGB value is (70,75,223). Sum of RGB (Red+Green+Blue) = 70+75+223=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #464BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464BDF is #B9B420. Grayscale: #595959. Windows color (decimal): -12170273 or 14633798. OLE color: 14633798.

HSL color Cylindrical-coordinate representation of color #464BDF: hue angle of 238.04º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #464BDF is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 75 223 -
CMYK 0.69 0.66 0 0.13
HSL 238.04º 0.71% 0.57% -
HSV(B) 238.04º 0.69% 0.87% -
XYZ 18.36 11.66 71.1 -
YUV 90.38 202.84 113.47 -
System Red Green Blue C M Y K H S L
Decimal 70 75 223 0.69 0.66 0 0.13 238.04 0.71 0.57
Hex 46 4B DF 45 42 0 D EE 47 39
Octal 106 113 337 105 102 0 15 356 107 71
Binary 1000110 1001011 11011111 1000101 1000010 0 1101 11101110 1000111 111001

Color Harmonies of #464BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464BDF

Black with #464BDF

Text Example


Text Example

White with #464BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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