Html Css Color HEX #4240A4 Blue Gem

📋 copy color: '#4240A4'

red 66 ◦ green 64 ◦ blue 164

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

Shades of Blue Gem #4240A4

Tints of Blue Gem #4240A4

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.77%

 BLUE value IS 164 (64.45% from 255) = 55.78%

R = 22.45%
G = 21.77%
B = 55.78%

CMYK

 C value IS 0.60

 M value IS 0.61

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4240A4 (or 0x4240A4) is known color: Blue Gem. HEX triplet: 42, 40 and A4. RGB value is (66,64,164). Sum of RGB (Red+Green+Blue) = 66+64+164=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 164 (64.45% from 255 or 55.78% from 294); Max value from RGB is 164 - color contains mainly: blue. Hex color #4240A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4240A4 is #BDBF5B. Grayscale: #4B4B4B. Windows color (decimal): -12435292 or 10764354. OLE color: 10764354.

HSL color Cylindrical-coordinate representation of color #4240A4: hue angle of 241.2º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4240A4 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 64 164 -
CMYK 0.60 0.61 0 0.36
HSL 241.2º 0.44% 0.45% -
HSV(B) 241.2º 0.61% 0.64% -
XYZ 10.78 7.51 36 -
YUV 76 177.66 120.87 -
System Red Green Blue C M Y K H S L
Decimal 66 64 164 0.60 0.61 0 0.36 241.2 0.44 0.45
Hex 42 40 A4 3C 3D 0 24 F1 2C 2D
Octal 102 100 244 74 75 0 44 361 54 55
Binary 1000010 1000000 10100100 111100 111101 0 100100 11110001 101100 101101

Color Harmonies of #4240A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4240A4

Black with #4240A4

Text Example


Text Example

White with #4240A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4240A4; }

 p { color: rgb(66,64,164); }

 H1.HeaderClassName
 {
   color: #4240A4;
 }
 .AnyTagClassName
 {
   color: #4240A4;
 }
</style>

background-color css

<style>
 a { background-color: #4240A4; }

 a { background-color: rgb(66,64,164); }

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

border-color css

<style>
 span { border-color: #4240A4; }

 span { border-color: rgb(66,64,164); }

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