Html Css Color HEX #4257C4 Free Speech Blue

📋 copy color: '#4257C4'

red 66 ◦ green 87 ◦ blue 196

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

Shades of Free Speech Blue #4257C4

Tints of Free Speech Blue #4257C4

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.93%

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

R = 18.91%
G = 24.93%
B = 56.16%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#4257C4 (or 0x4257C4) is known color: Free Speech Blue. HEX triplet: 42, 57 and C4. RGB value is (66,87,196). Sum of RGB (Red+Green+Blue) = 66+87+196=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 196 (76.95% from 255 or 56.16% from 349); Max value from RGB is 196 - color contains mainly: blue. Hex color #4257C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4257C4 is #BDA83B. Grayscale: #5C5C5C. Windows color (decimal): -12429372 or 12867394. OLE color: 12867394.

HSL color Cylindrical-coordinate representation of color #4257C4: hue angle of 230.31º 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 #4257C4 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 66 87 196 -
CMYK 0.66 0.56 0 0.23
HSL 230.31º 0.52% 0.51% -
HSV(B) 230.31º 0.66% 0.77% -
XYZ 15.62 11.96 53.71 -
YUV 93.15 186.04 108.64 -
System Red Green Blue C M Y K H S L
Decimal 66 87 196 0.66 0.56 0 0.23 230.31 0.52 0.51
Hex 42 57 C4 42 38 0 17 E6 34 33
Octal 102 127 304 102 70 0 27 346 64 63
Binary 1000010 1010111 11000100 1000010 111000 0 10111 11100110 110100 110011

Color Harmonies of #4257C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4257C4

Black with #4257C4

Text Example


Text Example

White with #4257C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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