Html Css Color HEX #424FC5 Free Speech Blue

📋 copy color: '#424FC5'

red 66 ◦ green 79 ◦ blue 197

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

Shades of Free Speech Blue #424FC5

Tints of Free Speech Blue #424FC5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.1%

 BLUE value IS 197 (77.34% from 255) = 57.6%

R = 19.3%
G = 23.1%
B = 57.6%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#424FC5 (or 0x424FC5) is known color: Free Speech Blue. HEX triplet: 42, 4F and C5. RGB value is (66,79,197). Sum of RGB (Red+Green+Blue) = 66+79+197=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 197 (77.34% from 255 or 57.60% from 342); Max value from RGB is 197 - color contains mainly: blue. Hex color #424FC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424FC5 is #BDB03A. Grayscale: #585858. Windows color (decimal): -12431419 or 12930882. OLE color: 12930882.

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

Color convert

RGB 66 79 197 -
CMYK 0.66 0.60 0 0.23
HSL 234.05º 0.53% 0.52% -
HSV(B) 234.05º 0.66% 0.77% -
XYZ 15.12 10.78 54.11 -
YUV 88.57 189.19 111.91 -
System Red Green Blue C M Y K H S L
Decimal 66 79 197 0.66 0.60 0 0.23 234.05 0.53 0.52
Hex 42 4F C5 42 3C 0 17 EA 35 34
Octal 102 117 305 102 74 0 27 352 65 64
Binary 1000010 1001111 11000101 1000010 111100 0 10111 11101010 110101 110100

Color Harmonies of #424FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424FC5

Black with #424FC5

Text Example


Text Example

White with #424FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,79,197); }

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

background-color css

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

 a { background-color: rgb(66,79,197); }

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

border-color css

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

 span { border-color: rgb(66,79,197); }

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