Html Css Color HEX #424BC1 Free Speech Blue

📋 copy color: '#424BC1'

red 66 ◦ green 75 ◦ blue 193

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

Shades of Free Speech Blue #424BC1

Tints of Free Speech Blue #424BC1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.46%

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

R = 19.76%
G = 22.46%
B = 57.78%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#424BC1 (or 0x424BC1) is known color: Free Speech Blue. HEX triplet: 42, 4B and C1. RGB value is (66,75,193). Sum of RGB (Red+Green+Blue) = 66+75+193=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 193 (75.78% from 255 or 57.78% from 334); Max value from RGB is 193 - color contains mainly: blue. Hex color #424BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424BC1 is #BDB43E. Grayscale: #555555. Windows color (decimal): -12432447 or 12667714. OLE color: 12667714.

HSL color Cylindrical-coordinate representation of color #424BC1: hue angle of 235.75º 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 #424BC1 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 75 193 -
CMYK 0.66 0.61 0 0.24
HSL 235.75º 0.51% 0.51% -
HSV(B) 235.75º 0.66% 0.76% -
XYZ 14.39 10.04 51.63 -
YUV 85.76 188.52 113.91 -
System Red Green Blue C M Y K H S L
Decimal 66 75 193 0.66 0.61 0 0.24 235.75 0.51 0.51
Hex 42 4B C1 42 3D 0 18 EC 33 33
Octal 102 113 301 102 75 0 30 354 63 63
Binary 1000010 1001011 11000001 1000010 111101 0 11000 11101100 110011 110011

Color Harmonies of #424BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424BC1

Black with #424BC1

Text Example


Text Example

White with #424BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424BC1; }

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

 H1.HeaderClassName
 {
   color: #424BC1;
 }
 .AnyTagClassName
 {
   color: #424BC1;
 }
</style>

background-color css

<style>
 a { background-color: #424BC1; }

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

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

border-color css

<style>
 span { border-color: #424BC1; }

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

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