Html Css Color HEX #30463B Celtic

📋 copy color: '#30463B'

red 48 ◦ green 70 ◦ blue 59

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

Shades of Celtic #30463B

Tints of Celtic #30463B

RGB

 RED value IS 48 (19.14% from 255) = 27.12%

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

 BLUE value IS 59 (23.44% from 255) = 33.33%

R = 27.12%
G = 39.55%
B = 33.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#30463B (or 0x30463B) is known color: Celtic. HEX triplet: 30, 46 and 3B. RGB value is (48,70,59). Sum of RGB (Red+Green+Blue) = 48+70+59=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 70 - color contains mainly: green. Hex color #30463B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30463B is #CFB9C4. Grayscale: #3E3E3E. Windows color (decimal): -13613509 or 3884592. OLE color: 3884592.

HSL color Cylindrical-coordinate representation of color #30463B: hue angle of 150º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #30463B is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 70 59 -
CMYK 0.31 0 0.16 0.73
HSL 150º 0.19% 0.23% -
HSV(B) 150º 0.31% 0.27% -
XYZ 4.2 5.32 4.94 -
YUV 62.17 126.21 117.89 -
System Red Green Blue C M Y K H S L
Decimal 48 70 59 0.31 0 0.16 0.73 150 0.19 0.23
Hex 30 46 3B 1F 0 10 49 96 13 17
Octal 60 106 73 37 0 20 111 226 23 27
Binary 110000 1000110 111011 11111 0 10000 1001001 10010110 10011 10111

Color Harmonies of #30463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30463B

Black with #30463B

Text Example


Text Example

White with #30463B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30463B; }

 p { color: rgb(48,70,59); }

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

background-color css

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

 a { background-color: rgb(48,70,59); }

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

border-color css

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

 span { border-color: rgb(48,70,59); }

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