Html Css Color HEX #4330B2 Blue Gem

📋 copy color: '#4330B2'

red 67 ◦ green 48 ◦ blue 178

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

Shades of Blue Gem #4330B2

Tints of Blue Gem #4330B2

RGB

 RED value IS 67 (26.56% from 255) = 22.87%

 GREEN value IS 48 (19.14% from 255) = 16.38%

 BLUE value IS 178 (69.92% from 255) = 60.75%

R = 22.87%
G = 16.38%
B = 60.75%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4330B2 (or 0x4330B2) is known color: Blue Gem. HEX triplet: 43, 30 and B2. RGB value is (67,48,178). Sum of RGB (Red+Green+Blue) = 67+48+178=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 178 (69.92% from 255 or 60.75% from 293); Max value from RGB is 178 - color contains mainly: blue. Hex color #4330B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4330B2 is #BCCF4D. Grayscale: #444444. Windows color (decimal): -12373838 or 11677763. OLE color: 11677763.

HSL color Cylindrical-coordinate representation of color #4330B2: hue angle of 248.77º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4330B2 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 67 48 178 -
CMYK 0.62 0.73 0 0.30
HSL 248.77º 0.58% 0.44% -
HSV(B) 248.77º 0.73% 0.7% -
XYZ 11.41 6.52 42.78 -
YUV 68.5 189.79 126.93 -
System Red Green Blue C M Y K H S L
Decimal 67 48 178 0.62 0.73 0 0.30 248.77 0.58 0.44
Hex 43 30 B2 3E 49 0 1E F9 3A 2C
Octal 103 60 262 76 111 0 36 371 72 54
Binary 1000011 110000 10110010 111110 1001001 0 11110 11111001 111010 101100

Color Harmonies of #4330B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4330B2

Black with #4330B2

Text Example


Text Example

White with #4330B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4330B2; }

 p { color: rgb(67,48,178); }

 H1.HeaderClassName
 {
   color: #4330B2;
 }
 .AnyTagClassName
 {
   color: #4330B2;
 }
</style>

background-color css

<style>
 a { background-color: #4330B2; }

 a { background-color: rgb(67,48,178); }

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

border-color css

<style>
 span { border-color: #4330B2; }

 span { border-color: rgb(67,48,178); }

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