Html Css Color HEX #4246DA Free Speech Blue

📋 copy color: '#4246DA'

red 66 ◦ green 70 ◦ blue 218

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

Shades of Free Speech Blue #4246DA

Tints of Free Speech Blue #4246DA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.77%

 BLUE value IS 218 (85.55% from 255) = 61.58%

R = 18.64%
G = 19.77%
B = 61.58%

CMYK

 C value IS 0.70

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4246DA (or 0x4246DA) is known color: Free Speech Blue. HEX triplet: 42, 46 and DA. RGB value is (66,70,218). Sum of RGB (Red+Green+Blue) = 66+70+218=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 218 (85.55% from 255 or 61.58% from 354); Max value from RGB is 218 - color contains mainly: blue. Hex color #4246DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4246DA is #BDB925. Grayscale: #555555. Windows color (decimal): -12433702 or 14304834. OLE color: 14304834.

HSL color Cylindrical-coordinate representation of color #4246DA: hue angle of 238.42º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4246DA is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 70 218 -
CMYK 0.70 0.68 0 0.15
HSL 238.42º 0.67% 0.56% -
HSV(B) 238.42º 0.7% 0.85% -
XYZ 17.09 10.6 67.47 -
YUV 85.68 202.67 113.97 -
System Red Green Blue C M Y K H S L
Decimal 66 70 218 0.70 0.68 0 0.15 238.42 0.67 0.56
Hex 42 46 DA 46 44 0 F EE 43 38
Octal 102 106 332 106 104 0 17 356 103 70
Binary 1000010 1000110 11011010 1000110 1000100 0 1111 11101110 1000011 111000

Color Harmonies of #4246DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4246DA

Black with #4246DA

Text Example


Text Example

White with #4246DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4246DA; }

 p { color: rgb(66,70,218); }

 H1.HeaderClassName
 {
   color: #4246DA;
 }
 .AnyTagClassName
 {
   color: #4246DA;
 }
</style>

background-color css

<style>
 a { background-color: #4246DA; }

 a { background-color: rgb(66,70,218); }

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

border-color css

<style>
 span { border-color: #4246DA; }

 span { border-color: rgb(66,70,218); }

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