Html Css Color HEX #4247AF Free Speech Blue

📋 copy color: '#4247AF'

red 66 ◦ green 71 ◦ blue 175

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

Shades of Free Speech Blue #4247AF

Tints of Free Speech Blue #4247AF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.76%

 BLUE value IS 175 (68.75% from 255) = 56.09%

R = 21.15%
G = 22.76%
B = 56.09%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4247AF (or 0x4247AF) is known color: Free Speech Blue. HEX triplet: 42, 47 and AF. RGB value is (66,71,175). Sum of RGB (Red+Green+Blue) = 66+71+175=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #4247AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4247AF is #BDB850. Grayscale: #505050. Windows color (decimal): -12433489 or 11487042. OLE color: 11487042.

HSL color Cylindrical-coordinate representation of color #4247AF: hue angle of 237.25º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4247AF is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 71 175 -
CMYK 0.62 0.59 0 0.31
HSL 237.25º 0.45% 0.47% -
HSV(B) 237.25º 0.62% 0.69% -
XYZ 12.24 8.76 41.6 -
YUV 81.36 180.84 117.04 -
System Red Green Blue C M Y K H S L
Decimal 66 71 175 0.62 0.59 0 0.31 237.25 0.45 0.47
Hex 42 47 AF 3E 3B 0 1F ED 2D 2F
Octal 102 107 257 76 73 0 37 355 55 57
Binary 1000010 1000111 10101111 111110 111011 0 11111 11101101 101101 101111

Color Harmonies of #4247AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4247AF

Black with #4247AF

Text Example


Text Example

White with #4247AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4247AF; }

 p { color: rgb(66,71,175); }

 H1.HeaderClassName
 {
   color: #4247AF;
 }
 .AnyTagClassName
 {
   color: #4247AF;
 }
</style>

background-color css

<style>
 a { background-color: #4247AF; }

 a { background-color: rgb(66,71,175); }

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

border-color css

<style>
 span { border-color: #4247AF; }

 span { border-color: rgb(66,71,175); }

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