Html Css Color HEX #463DB6 Free Speech Blue

📋 copy color: '#463DB6'

red 70 ◦ green 61 ◦ blue 182

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

Shades of Free Speech Blue #463DB6

Tints of Free Speech Blue #463DB6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.49%

 BLUE value IS 182 (71.48% from 255) = 58.15%

R = 22.36%
G = 19.49%
B = 58.15%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#463DB6 (or 0x463DB6) is known color: Free Speech Blue. HEX triplet: 46, 3D and B6. RGB value is (70,61,182). Sum of RGB (Red+Green+Blue) = 70+61+182=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 182 (71.48% from 255 or 58.15% from 313); Max value from RGB is 182 - color contains mainly: blue. Hex color #463DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463DB6 is #B9C249. Grayscale: #4D4D4D. Windows color (decimal): -12173898 or 11943238. OLE color: 11943238.

HSL color Cylindrical-coordinate representation of color #463DB6: hue angle of 244.46º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #463DB6 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 70 61 182 -
CMYK 0.62 0.66 0 0.29
HSL 244.46º 0.5% 0.48% -
HSV(B) 244.46º 0.66% 0.71% -
XYZ 12.64 8.02 45.14 -
YUV 77.49 186.98 122.66 -
System Red Green Blue C M Y K H S L
Decimal 70 61 182 0.62 0.66 0 0.29 244.46 0.5 0.48
Hex 46 3D B6 3E 42 0 1D F4 32 30
Octal 106 75 266 76 102 0 35 364 62 60
Binary 1000110 111101 10110110 111110 1000010 0 11101 11110100 110010 110000

Color Harmonies of #463DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463DB6

Black with #463DB6

Text Example


Text Example

White with #463DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463DB6; }

 p { color: rgb(70,61,182); }

 H1.HeaderClassName
 {
   color: #463DB6;
 }
 .AnyTagClassName
 {
   color: #463DB6;
 }
</style>

background-color css

<style>
 a { background-color: #463DB6; }

 a { background-color: rgb(70,61,182); }

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

border-color css

<style>
 span { border-color: #463DB6; }

 span { border-color: rgb(70,61,182); }

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