Html Css Color HEX #423093 Blue Gem

📋 copy color: '#423093'

red 66 ◦ green 48 ◦ blue 147

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

Shades of Blue Gem #423093

Tints of Blue Gem #423093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 56.32%

R = 25.29%
G = 18.39%
B = 56.32%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#423093 (or 0x423093) is known color: Blue Gem. HEX triplet: 42, 30 and 93. RGB value is (66,48,147). Sum of RGB (Red+Green+Blue) = 66+48+147=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #423093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423093 is #BDCF6C. Grayscale: #404040. Windows color (decimal): -12439405 or 9646146. OLE color: 9646146.

HSL color Cylindrical-coordinate representation of color #423093: hue angle of 250.91º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #423093 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 48 147 -
CMYK 0.55 0.67 0 0.42
HSL 250.91º 0.51% 0.38% -
HSV(B) 250.91º 0.67% 0.58% -
XYZ 8.57 5.38 28.19 -
YUV 64.67 174.46 128.95 -
System Red Green Blue C M Y K H S L
Decimal 66 48 147 0.55 0.67 0 0.42 250.91 0.51 0.38
Hex 42 30 93 37 43 0 2A FB 33 26
Octal 102 60 223 67 103 0 52 373 63 46
Binary 1000010 110000 10010011 110111 1000011 0 101010 11111011 110011 100110

Color Harmonies of #423093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423093

Black with #423093

Text Example


Text Example

White with #423093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423093; }

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

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

background-color css

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

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

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

border-color css

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

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

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