Html Css Color HEX #464AD6 Free Speech Blue

📋 copy color: '#464AD6'

red 70 ◦ green 74 ◦ blue 214

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

Shades of Free Speech Blue #464AD6

Tints of Free Speech Blue #464AD6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.67%

 BLUE value IS 214 (83.98% from 255) = 59.78%

R = 19.55%
G = 20.67%
B = 59.78%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#464AD6 (or 0x464AD6) is known color: Free Speech Blue. HEX triplet: 46, 4A and D6. RGB value is (70,74,214). Sum of RGB (Red+Green+Blue) = 70+74+214=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 214 (83.98% from 255 or 59.78% from 358); Max value from RGB is 214 - color contains mainly: blue. Hex color #464AD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464AD6 is #B9B529. Grayscale: #585858. Windows color (decimal): -12170538 or 14043718. OLE color: 14043718.

HSL color Cylindrical-coordinate representation of color #464AD6: hue angle of 238.33º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #464AD6 is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 70 74 214 -
CMYK 0.67 0.65 0 0.16
HSL 238.33º 0.64% 0.56% -
HSV(B) 238.33º 0.67% 0.84% -
XYZ 17.11 11.05 64.85 -
YUV 88.76 198.67 114.62 -
System Red Green Blue C M Y K H S L
Decimal 70 74 214 0.67 0.65 0 0.16 238.33 0.64 0.56
Hex 46 4A D6 43 41 0 10 EE 40 38
Octal 106 112 326 103 101 0 20 356 100 70
Binary 1000110 1001010 11010110 1000011 1000001 0 10000 11101110 1000000 111000

Color Harmonies of #464AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464AD6

Black with #464AD6

Text Example


Text Example

White with #464AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,74,214); }

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

background-color css

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

 a { background-color: rgb(70,74,214); }

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

border-color css

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

 span { border-color: rgb(70,74,214); }

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