Html Css Color HEX #466CBC Free Speech Blue

📋 copy color: '#466CBC'

red 70 ◦ green 108 ◦ blue 188

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

Shades of Free Speech Blue #466CBC

Tints of Free Speech Blue #466CBC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.51%

 BLUE value IS 188 (73.83% from 255) = 51.37%

R = 19.13%
G = 29.51%
B = 51.37%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#466CBC (or 0x466CBC) is known color: Free Speech Blue. HEX triplet: 46, 6C and BC. RGB value is (70,108,188). Sum of RGB (Red+Green+Blue) = 70+108+188=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #466CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466CBC is #B99343. Grayscale: #696969. Windows color (decimal): -12161860 or 12348486. OLE color: 12348486.

HSL color Cylindrical-coordinate representation of color #466CBC: hue angle of 220.68º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #466CBC is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 108 188 -
CMYK 0.63 0.43 0 0.26
HSL 220.68º 0.47% 0.51% -
HSV(B) 220.68º 0.63% 0.74% -
XYZ 16.97 15.66 49.71 -
YUV 105.76 174.41 102.5 -
System Red Green Blue C M Y K H S L
Decimal 70 108 188 0.63 0.43 0 0.26 220.68 0.47 0.51
Hex 46 6C BC 3F 2B 0 1A DD 2F 33
Octal 106 154 274 77 53 0 32 335 57 63
Binary 1000110 1101100 10111100 111111 101011 0 11010 11011101 101111 110011

Color Harmonies of #466CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466CBC

Black with #466CBC

Text Example


Text Example

White with #466CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466CBC; }

 p { color: rgb(70,108,188); }

 H1.HeaderClassName
 {
   color: #466CBC;
 }
 .AnyTagClassName
 {
   color: #466CBC;
 }
</style>

background-color css

<style>
 a { background-color: #466CBC; }

 a { background-color: rgb(70,108,188); }

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

border-color css

<style>
 span { border-color: #466CBC; }

 span { border-color: rgb(70,108,188); }

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