Html Css Color HEX #464CBF Free Speech Blue

📋 copy color: '#464CBF'

red 70 ◦ green 76 ◦ blue 191

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

Shades of Free Speech Blue #464CBF

Tints of Free Speech Blue #464CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.68%

R = 20.77%
G = 22.55%
B = 56.68%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#464CBF (or 0x464CBF) is known color: Free Speech Blue. HEX triplet: 46, 4C and BF. RGB value is (70,76,191). Sum of RGB (Red+Green+Blue) = 70+76+191=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 191 (75% from 255 or 56.68% from 337); Max value from RGB is 191 - color contains mainly: blue. Hex color #464CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464CBF is #B9B340. Grayscale: #565656. Windows color (decimal): -12170049 or 12536902. OLE color: 12536902.

HSL color Cylindrical-coordinate representation of color #464CBF: hue angle of 237.02º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #464CBF is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 76 191 -
CMYK 0.63 0.60 0 0.25
HSL 237.02º 0.49% 0.51% -
HSV(B) 237.02º 0.63% 0.75% -
XYZ 14.51 10.23 50.5 -
YUV 87.32 186.51 115.65 -
System Red Green Blue C M Y K H S L
Decimal 70 76 191 0.63 0.60 0 0.25 237.02 0.49 0.51
Hex 46 4C BF 3F 3C 0 19 ED 31 33
Octal 106 114 277 77 74 0 31 355 61 63
Binary 1000110 1001100 10111111 111111 111100 0 11001 11101101 110001 110011

Color Harmonies of #464CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464CBF

Black with #464CBF

Text Example


Text Example

White with #464CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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