Html Css Color HEX #424BC0 Free Speech Blue

📋 copy color: '#424BC0'

red 66 ◦ green 75 ◦ blue 192

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

Shades of Free Speech Blue #424BC0

Tints of Free Speech Blue #424BC0

RGB

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

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

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

R = 19.82%
G = 22.52%
B = 57.66%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#424BC0 (or 0x424BC0) is known color: Free Speech Blue. HEX triplet: 42, 4B and C0. RGB value is (66,75,192). Sum of RGB (Red+Green+Blue) = 66+75+192=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 192 (75.39% from 255 or 57.66% from 333); Max value from RGB is 192 - color contains mainly: blue. Hex color #424BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424BC0 is #BDB43F. Grayscale: #555555. Windows color (decimal): -12432448 or 12602178. OLE color: 12602178.

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

Color convert

RGB 66 75 192 -
CMYK 0.66 0.61 0 0.25
HSL 235.71º 0.5% 0.51% -
HSV(B) 235.71º 0.66% 0.75% -
XYZ 14.28 10 51.05 -
YUV 85.65 188.02 113.99 -
System Red Green Blue C M Y K H S L
Decimal 66 75 192 0.66 0.61 0 0.25 235.71 0.5 0.51
Hex 42 4B C0 42 3D 0 19 EC 32 33
Octal 102 113 300 102 75 0 31 354 62 63
Binary 1000010 1001011 11000000 1000010 111101 0 11001 11101100 110010 110011

Color Harmonies of #424BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424BC0

Black with #424BC0

Text Example


Text Example

White with #424BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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