Html Css Color HEX #30463C Celtic

📋 copy color: '#30463C'

red 48 ◦ green 70 ◦ blue 60

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

Shades of Celtic #30463C

Tints of Celtic #30463C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 33.71%

R = 26.97%
G = 39.33%
B = 33.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.73

RGB Variations

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

Color information

#30463C (or 0x30463C) is known color: Celtic. HEX triplet: 30, 46 and 3C. RGB value is (48,70,60). Sum of RGB (Red+Green+Blue) = 48+70+60=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 70 - color contains mainly: green. Hex color #30463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30463C is #CFB9C3. Grayscale: #3E3E3E. Windows color (decimal): -13613508 or 3950128. OLE color: 3950128.

HSL color Cylindrical-coordinate representation of color #30463C: hue angle of 152.73º 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 #30463C is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 70 60 -
CMYK 0.31 0 0.14 0.73
HSL 152.73º 0.19% 0.23% -
HSV(B) 152.73º 0.31% 0.27% -
XYZ 4.22 5.33 5.08 -
YUV 62.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 48 70 60 0.31 0 0.14 0.73 152.73 0.19 0.23
Hex 30 46 3C 1F 0 E 49 99 13 17
Octal 60 106 74 37 0 16 111 231 23 27
Binary 110000 1000110 111100 11111 0 1110 1001001 10011001 10011 10111

Color Harmonies of #30463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30463C

Black with #30463C

Text Example


Text Example

White with #30463C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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