Html Css Color HEX #464CDF Free Speech Blue

📋 copy color: '#464CDF'

red 70 ◦ green 76 ◦ blue 223

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

Shades of Free Speech Blue #464CDF

Tints of Free Speech Blue #464CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.6%

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

R = 18.97%
G = 20.6%
B = 60.43%

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

#464CDF (or 0x464CDF) is known color: Free Speech Blue. HEX triplet: 46, 4C and DF. RGB value is (70,76,223). Sum of RGB (Red+Green+Blue) = 70+76+223=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #464CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464CDF is #B9B320. Grayscale: #5A5A5A. Windows color (decimal): -12170017 or 14634054. OLE color: 14634054.

HSL color Cylindrical-coordinate representation of color #464CDF: hue angle of 237.65º 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 #464CDF is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 76 223 -
CMYK 0.69 0.66 0 0.13
HSL 237.65º 0.71% 0.57% -
HSV(B) 237.65º 0.69% 0.87% -
XYZ 18.43 11.8 71.12 -
YUV 90.96 202.51 113.05 -
System Red Green Blue C M Y K H S L
Decimal 70 76 223 0.69 0.66 0 0.13 237.65 0.71 0.57
Hex 46 4C DF 45 42 0 D EE 47 39
Octal 106 114 337 105 102 0 15 356 107 71
Binary 1000110 1001100 11011111 1000101 1000010 0 1101 11101110 1000111 111001

Color Harmonies of #464CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464CDF

Black with #464CDF

Text Example


Text Example

White with #464CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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