Html Css Color HEX #4150CC Free Speech Blue

📋 copy color: '#4150CC'

red 65 ◦ green 80 ◦ blue 204

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

Shades of Free Speech Blue #4150CC

Tints of Free Speech Blue #4150CC

RGB

 RED value IS 65 (25.78% from 255) = 18.62%

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

 BLUE value IS 204 (80.08% from 255) = 58.45%

R = 18.62%
G = 22.92%
B = 58.45%

CMYK

 C value IS 0.68

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4150CC (or 0x4150CC) is known color: Free Speech Blue. HEX triplet: 41, 50 and CC. RGB value is (65,80,204). Sum of RGB (Red+Green+Blue) = 65+80+204=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #4150CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4150CC is #BEAF33. Grayscale: #595959. Windows color (decimal): -12496692 or 13389889. OLE color: 13389889.

HSL color Cylindrical-coordinate representation of color #4150CC: hue angle of 233.53º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4150CC is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 65 80 204 -
CMYK 0.68 0.61 0 0.2
HSL 233.53º 0.58% 0.53% -
HSV(B) 233.53º 0.68% 0.8% -
XYZ 15.95 11.22 58.45 -
YUV 89.65 192.53 110.42 -
System Red Green Blue C M Y K H S L
Decimal 65 80 204 0.68 0.61 0 0.2 233.53 0.58 0.53
Hex 41 50 CC 44 3D 0 14 EA 3A 35
Octal 101 120 314 104 75 0 24 352 72 65
Binary 1000001 1010000 11001100 1000100 111101 0 10100 11101010 111010 110101

Color Harmonies of #4150CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4150CC

Black with #4150CC

Text Example


Text Example

White with #4150CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4150CC; }

 p { color: rgb(65,80,204); }

 H1.HeaderClassName
 {
   color: #4150CC;
 }
 .AnyTagClassName
 {
   color: #4150CC;
 }
</style>

background-color css

<style>
 a { background-color: #4150CC; }

 a { background-color: rgb(65,80,204); }

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

border-color css

<style>
 span { border-color: #4150CC; }

 span { border-color: rgb(65,80,204); }

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