Html Css Color HEX #463CCB Free Speech Blue

📋 copy color: '#463CCB'

red 70 ◦ green 60 ◦ blue 203

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

Shades of Free Speech Blue #463CCB

Tints of Free Speech Blue #463CCB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.02%

 BLUE value IS 203 (79.69% from 255) = 60.96%

R = 21.02%
G = 18.02%
B = 60.96%

CMYK

 C value IS 0.66

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#463CCB (or 0x463CCB) is known color: Free Speech Blue. HEX triplet: 46, 3C and CB. RGB value is (70,60,203). Sum of RGB (Red+Green+Blue) = 70+60+203=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #463CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463CCB is #B9C334. Grayscale: #4E4E4E. Windows color (decimal): -12174133 or 13319238. OLE color: 13319238.

HSL color Cylindrical-coordinate representation of color #463CCB: hue angle of 244.2º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #463CCB is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 60 203 -
CMYK 0.66 0.70 0 0.20
HSL 244.2º 0.58% 0.52% -
HSV(B) 244.2º 0.7% 0.8% -
XYZ 14.92 8.85 57.42 -
YUV 79.29 197.81 121.37 -
System Red Green Blue C M Y K H S L
Decimal 70 60 203 0.66 0.70 0 0.20 244.2 0.58 0.52
Hex 46 3C CB 42 46 0 14 F4 3A 34
Octal 106 74 313 102 106 0 24 364 72 64
Binary 1000110 111100 11001011 1000010 1000110 0 10100 11110100 111010 110100

Color Harmonies of #463CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463CCB

Black with #463CCB

Text Example


Text Example

White with #463CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,60,203); }

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

background-color css

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

 a { background-color: rgb(70,60,203); }

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

border-color css

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

 span { border-color: rgb(70,60,203); }

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