Html Css Color HEX #4263C1 Free Speech Blue

📋 copy color: '#4263C1'

red 66 ◦ green 99 ◦ blue 193

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

Shades of Free Speech Blue #4263C1

Tints of Free Speech Blue #4263C1

RGB

 RED value IS 66 (26.17% from 255) = 18.44%

 GREEN value IS 99 (39.06% from 255) = 27.65%

 BLUE value IS 193 (75.78% from 255) = 53.91%

R = 18.44%
G = 27.65%
B = 53.91%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4263C1 (or 0x4263C1) is known color: Free Speech Blue. HEX triplet: 42, 63 and C1. RGB value is (66,99,193). Sum of RGB (Red+Green+Blue) = 66+99+193=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 193 (75.78% from 255 or 53.91% from 358); Max value from RGB is 193 - color contains mainly: blue. Hex color #4263C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4263C1 is #BD9C3E. Grayscale: #636363. Windows color (decimal): -12426303 or 12673858. OLE color: 12673858.

HSL color Cylindrical-coordinate representation of color #4263C1: hue angle of 224.41º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4263C1 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 99 193 -
CMYK 0.66 0.49 0 0.24
HSL 224.41º 0.51% 0.51% -
HSV(B) 224.41º 0.66% 0.76% -
XYZ 16.33 13.93 52.28 -
YUV 99.85 180.57 103.86 -
System Red Green Blue C M Y K H S L
Decimal 66 99 193 0.66 0.49 0 0.24 224.41 0.51 0.51
Hex 42 63 C1 42 31 0 18 E0 33 33
Octal 102 143 301 102 61 0 30 340 63 63
Binary 1000010 1100011 11000001 1000010 110001 0 11000 11100000 110011 110011

Color Harmonies of #4263C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4263C1

Black with #4263C1

Text Example


Text Example

White with #4263C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4263C1; }

 p { color: rgb(66,99,193); }

 H1.HeaderClassName
 {
   color: #4263C1;
 }
 .AnyTagClassName
 {
   color: #4263C1;
 }
</style>

background-color css

<style>
 a { background-color: #4263C1; }

 a { background-color: rgb(66,99,193); }

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

border-color css

<style>
 span { border-color: #4263C1; }

 span { border-color: rgb(66,99,193); }

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