Html Css Color HEX #424FBA Free Speech Blue

📋 copy color: '#424FBA'

red 66 ◦ green 79 ◦ blue 186

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

Shades of Free Speech Blue #424FBA

Tints of Free Speech Blue #424FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.19%

R = 19.94%
G = 23.87%
B = 56.19%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#424FBA (or 0x424FBA) is known color: Free Speech Blue. HEX triplet: 42, 4F and BA. RGB value is (66,79,186). Sum of RGB (Red+Green+Blue) = 66+79+186=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #424FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424FBA is #BDB045. Grayscale: #565656. Windows color (decimal): -12431430 or 12209986. OLE color: 12209986.

HSL color Cylindrical-coordinate representation of color #424FBA: hue angle of 233.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #424FBA is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 79 186 -
CMYK 0.65 0.58 0 0.27
HSL 233.5º 0.48% 0.49% -
HSV(B) 233.5º 0.65% 0.73% -
XYZ 13.91 10.3 47.71 -
YUV 87.31 183.69 112.8 -
System Red Green Blue C M Y K H S L
Decimal 66 79 186 0.65 0.58 0 0.27 233.5 0.48 0.49
Hex 42 4F BA 41 3A 0 1B EA 30 31
Octal 102 117 272 101 72 0 33 352 60 61
Binary 1000010 1001111 10111010 1000001 111010 0 11011 11101010 110000 110001

Color Harmonies of #424FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424FBA

Black with #424FBA

Text Example


Text Example

White with #424FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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