Html Css Color HEX #464FDB Free Speech Blue

📋 copy color: '#464FDB'

red 70 ◦ green 79 ◦ blue 219

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

Shades of Free Speech Blue #464FDB

Tints of Free Speech Blue #464FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.47%

 BLUE value IS 219 (85.94% from 255) = 59.51%

R = 19.02%
G = 21.47%
B = 59.51%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#464FDB (or 0x464FDB) is known color: Free Speech Blue. HEX triplet: 46, 4F and DB. RGB value is (70,79,219). Sum of RGB (Red+Green+Blue) = 70+79+219=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #464FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464FDB is #B9B024. Grayscale: #5B5B5B. Windows color (decimal): -12169253 or 14372678. OLE color: 14372678.

HSL color Cylindrical-coordinate representation of color #464FDB: hue angle of 236.38º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #464FDB is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 79 219 -
CMYK 0.68 0.64 0 0.14
HSL 236.38º 0.67% 0.57% -
HSV(B) 236.38º 0.68% 0.86% -
XYZ 18.11 12.01 68.38 -
YUV 92.27 199.52 112.12 -
System Red Green Blue C M Y K H S L
Decimal 70 79 219 0.68 0.64 0 0.14 236.38 0.67 0.57
Hex 46 4F DB 44 40 0 E EC 43 39
Octal 106 117 333 104 100 0 16 354 103 71
Binary 1000110 1001111 11011011 1000100 1000000 0 1110 11101100 1000011 111001

Color Harmonies of #464FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464FDB

Black with #464FDB

Text Example


Text Example

White with #464FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,79,219); }

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

background-color css

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

 a { background-color: rgb(70,79,219); }

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

border-color css

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

 span { border-color: rgb(70,79,219); }

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