Html Css Color HEX #4255C4 Free Speech Blue

📋 copy color: '#4255C4'

red 66 ◦ green 85 ◦ blue 196

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

Shades of Free Speech Blue #4255C4

Tints of Free Speech Blue #4255C4

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.5%

 BLUE value IS 196 (76.95% from 255) = 56.48%

R = 19.02%
G = 24.5%
B = 56.48%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#4255C4 (or 0x4255C4) is known color: Free Speech Blue. HEX triplet: 42, 55 and C4. RGB value is (66,85,196). Sum of RGB (Red+Green+Blue) = 66+85+196=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 196 (76.95% from 255 or 56.48% from 347); Max value from RGB is 196 - color contains mainly: blue. Hex color #4255C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4255C4 is #BDAA3B. Grayscale: #5B5B5B. Windows color (decimal): -12429884 or 12866882. OLE color: 12866882.

HSL color Cylindrical-coordinate representation of color #4255C4: hue angle of 231.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4255C4 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 66 85 196 -
CMYK 0.66 0.57 0 0.23
HSL 231.23º 0.52% 0.51% -
HSV(B) 231.23º 0.66% 0.77% -
XYZ 15.46 11.64 53.66 -
YUV 91.97 186.71 109.47 -
System Red Green Blue C M Y K H S L
Decimal 66 85 196 0.66 0.57 0 0.23 231.23 0.52 0.51
Hex 42 55 C4 42 39 0 17 E7 34 33
Octal 102 125 304 102 71 0 27 347 64 63
Binary 1000010 1010101 11000100 1000010 111001 0 10111 11100111 110100 110011

Color Harmonies of #4255C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4255C4

Black with #4255C4

Text Example


Text Example

White with #4255C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4255C4; }

 p { color: rgb(66,85,196); }

 H1.HeaderClassName
 {
   color: #4255C4;
 }
 .AnyTagClassName
 {
   color: #4255C4;
 }
</style>

background-color css

<style>
 a { background-color: #4255C4; }

 a { background-color: rgb(66,85,196); }

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

border-color css

<style>
 span { border-color: #4255C4; }

 span { border-color: rgb(66,85,196); }

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