Html Css Color HEX #464AC9 Free Speech Blue

📋 copy color: '#464AC9'

red 70 ◦ green 74 ◦ blue 201

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

Shades of Free Speech Blue #464AC9

Tints of Free Speech Blue #464AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 58.26%

R = 20.29%
G = 21.45%
B = 58.26%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#464AC9 (or 0x464AC9) is known color: Free Speech Blue. HEX triplet: 46, 4A and C9. RGB value is (70,74,201). Sum of RGB (Red+Green+Blue) = 70+74+201=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 201 (78.91% from 255 or 58.26% from 345); Max value from RGB is 201 - color contains mainly: blue. Hex color #464AC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464AC9 is #B9B536. Grayscale: #565656. Windows color (decimal): -12170551 or 13191750. OLE color: 13191750.

HSL color Cylindrical-coordinate representation of color #464AC9: hue angle of 238.17º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #464AC9 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 70 74 201 -
CMYK 0.65 0.63 0 0.21
HSL 238.17º 0.55% 0.53% -
HSV(B) 238.17º 0.65% 0.79% -
XYZ 15.52 10.42 56.45 -
YUV 87.28 192.17 115.67 -
System Red Green Blue C M Y K H S L
Decimal 70 74 201 0.65 0.63 0 0.21 238.17 0.55 0.53
Hex 46 4A C9 41 3F 0 15 EE 37 35
Octal 106 112 311 101 77 0 25 356 67 65
Binary 1000110 1001010 11001001 1000001 111111 0 10101 11101110 110111 110101

Color Harmonies of #464AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464AC9

Black with #464AC9

Text Example


Text Example

White with #464AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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