Html Css Color HEX #464FDD Free Speech Blue

📋 copy color: '#464FDD'

red 70 ◦ green 79 ◦ blue 221

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

Shades of Free Speech Blue #464FDD

Tints of Free Speech Blue #464FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.73%

R = 18.92%
G = 21.35%
B = 59.73%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#464FDD (or 0x464FDD) is known color: Free Speech Blue. HEX triplet: 46, 4F and DD. RGB value is (70,79,221). Sum of RGB (Red+Green+Blue) = 70+79+221=370 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.92% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #464FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464FDD is #B9B022. Grayscale: #5B5B5B. Windows color (decimal): -12169251 or 14503750. OLE color: 14503750.

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

Color convert

RGB 70 79 221 -
CMYK 0.68 0.64 0 0.13
HSL 236.42º 0.69% 0.57% -
HSV(B) 236.42º 0.68% 0.87% -
XYZ 18.37 12.11 69.78 -
YUV 92.5 200.52 111.95 -
System Red Green Blue C M Y K H S L
Decimal 70 79 221 0.68 0.64 0 0.13 236.42 0.69 0.57
Hex 46 4F DD 44 40 0 D EC 45 39
Octal 106 117 335 104 100 0 15 354 105 71
Binary 1000110 1001111 11011101 1000100 1000000 0 1101 11101100 1000101 111001

Color Harmonies of #464FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464FDD

Black with #464FDD

Text Example


Text Example

White with #464FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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