Html Css Color HEX #464FCD Free Speech Blue

📋 copy color: '#464FCD'

red 70 ◦ green 79 ◦ blue 205

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

Shades of Free Speech Blue #464FCD

Tints of Free Speech Blue #464FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.91%

R = 19.77%
G = 22.32%
B = 57.91%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#464FCD (or 0x464FCD) is known color: Free Speech Blue. HEX triplet: 46, 4F and CD. RGB value is (70,79,205). Sum of RGB (Red+Green+Blue) = 70+79+205=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #464FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464FCD is #B9B032. Grayscale: #5A5A5A. Windows color (decimal): -12169267 or 13455174. OLE color: 13455174.

HSL color Cylindrical-coordinate representation of color #464FCD: hue angle of 236º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #464FCD is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 79 205 -
CMYK 0.66 0.61 0 0.20
HSL 236º 0.57% 0.54% -
HSV(B) 236º 0.66% 0.8% -
XYZ 16.34 11.3 59.08 -
YUV 90.67 192.52 113.25 -
System Red Green Blue C M Y K H S L
Decimal 70 79 205 0.66 0.61 0 0.20 236 0.57 0.54
Hex 46 4F CD 42 3D 0 14 EC 39 36
Octal 106 117 315 102 75 0 24 354 71 66
Binary 1000110 1001111 11001101 1000010 111101 0 10100 11101100 111001 110110

Color Harmonies of #464FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464FCD

Black with #464FCD

Text Example


Text Example

White with #464FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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