Html Css Color HEX #4230AD Blue Gem

📋 copy color: '#4230AD'

red 66 ◦ green 48 ◦ blue 173

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

Shades of Blue Gem #4230AD

Tints of Blue Gem #4230AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 60.28%

R = 23%
G = 16.72%
B = 60.28%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4230AD (or 0x4230AD) is known color: Blue Gem. HEX triplet: 42, 30 and AD. RGB value is (66,48,173). Sum of RGB (Red+Green+Blue) = 66+48+173=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #4230AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4230AD is #BDCF52. Grayscale: #434343. Windows color (decimal): -12439379 or 11350082. OLE color: 11350082.

HSL color Cylindrical-coordinate representation of color #4230AD: hue angle of 248.64º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4230AD is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 48 173 -
CMYK 0.62 0.72 0 0.32
HSL 248.64º 0.57% 0.43% -
HSV(B) 248.64º 0.72% 0.68% -
XYZ 10.85 6.29 40.18 -
YUV 67.63 187.46 126.84 -
System Red Green Blue C M Y K H S L
Decimal 66 48 173 0.62 0.72 0 0.32 248.64 0.57 0.43
Hex 42 30 AD 3E 48 0 20 F9 39 2B
Octal 102 60 255 76 110 0 40 371 71 53
Binary 1000010 110000 10101101 111110 1001000 0 100000 11111001 111001 101011

Color Harmonies of #4230AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4230AD

Black with #4230AD

Text Example


Text Example

White with #4230AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4230AD; }

 p { color: rgb(66,48,173); }

 H1.HeaderClassName
 {
   color: #4230AD;
 }
 .AnyTagClassName
 {
   color: #4230AD;
 }
</style>

background-color css

<style>
 a { background-color: #4230AD; }

 a { background-color: rgb(66,48,173); }

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

border-color css

<style>
 span { border-color: #4230AD; }

 span { border-color: rgb(66,48,173); }

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