Html Css Color HEX #4250C0 Free Speech Blue

📋 copy color: '#4250C0'

red 66 ◦ green 80 ◦ blue 192

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

Shades of Free Speech Blue #4250C0

Tints of Free Speech Blue #4250C0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.67%

 BLUE value IS 192 (75.39% from 255) = 56.8%

R = 19.53%
G = 23.67%
B = 56.8%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4250C0 (or 0x4250C0) is known color: Free Speech Blue. HEX triplet: 42, 50 and C0. RGB value is (66,80,192). Sum of RGB (Red+Green+Blue) = 66+80+192=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 192 (75.39% from 255 or 56.80% from 338); Max value from RGB is 192 - color contains mainly: blue. Hex color #4250C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4250C0 is #BDAF3F. Grayscale: #585858. Windows color (decimal): -12431168 or 12603458. OLE color: 12603458.

HSL color Cylindrical-coordinate representation of color #4250C0: hue angle of 233.33º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4250C0 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 80 192 -
CMYK 0.66 0.58 0 0.25
HSL 233.33º 0.5% 0.51% -
HSV(B) 233.33º 0.66% 0.75% -
XYZ 14.63 10.7 51.16 -
YUV 88.58 186.36 111.89 -
System Red Green Blue C M Y K H S L
Decimal 66 80 192 0.66 0.58 0 0.25 233.33 0.5 0.51
Hex 42 50 C0 42 3A 0 19 E9 32 33
Octal 102 120 300 102 72 0 31 351 62 63
Binary 1000010 1010000 11000000 1000010 111010 0 11001 11101001 110010 110011

Color Harmonies of #4250C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4250C0

Black with #4250C0

Text Example


Text Example

White with #4250C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4250C0; }

 p { color: rgb(66,80,192); }

 H1.HeaderClassName
 {
   color: #4250C0;
 }
 .AnyTagClassName
 {
   color: #4250C0;
 }
</style>

background-color css

<style>
 a { background-color: #4250C0; }

 a { background-color: rgb(66,80,192); }

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

border-color css

<style>
 span { border-color: #4250C0; }

 span { border-color: rgb(66,80,192); }

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